mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Making Tags projections available if Tags is enabled
--HG-- branch : 1.x
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user