Making Tags projections available if Tags is enabled

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-11-07 16:10:36 -08:00
parent d4632ec770
commit 5a908ef0bd
2 changed files with 0 additions and 7 deletions

View File

@@ -10,8 +10,3 @@ Features:
Description: The tags module is providing basic tagging for arbitrary content types.
Dependencies: Settings, Orchard.jQuery
Category: Navigation
Orchard.Tags.Projections:
Name: Tags Projections
Description: Projections for the Tags module
Category: Projections
Dependencies: Orchard.Tags, Orchard.Projections

View File

@@ -14,7 +14,6 @@ namespace Orchard.Tags.Projections {
void Describe(dynamic describe);
}
[OrchardFeature("Orchard.Tags.Projections")]
public class TagsFilter : IFilterProvider {
private readonly ITagService _tagService;
@@ -60,7 +59,6 @@ namespace Orchard.Tags.Projections {
void Describe(dynamic context);
}
[OrchardFeature("Orchard.Tags.Projections")]
public class TagsFilterForms : IFormProvider {
private readonly ITagService _tagService;
protected dynamic Shape { get; set; }