mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#18560: Fixing Containers dependency on Feeds
Work Item: 18560 --HG-- branch : 1.x
This commit is contained in:
@@ -10,13 +10,11 @@ using Orchard.Core.Containers.Models;
|
||||
using Orchard.Core.Containers.ViewModels;
|
||||
using Orchard.Localization;
|
||||
using Orchard.UI.Notify;
|
||||
using Orchard.DisplayManagement;
|
||||
using Orchard.Core.Containers.Extensions;
|
||||
using System.Web.Routing;
|
||||
using Orchard.Settings;
|
||||
using Orchard.Core.Feeds;
|
||||
using Orchard.UI.Navigation;
|
||||
using Orchard.ContentManagement.Aspects;
|
||||
|
||||
namespace Orchard.Core.Containers.Drivers {
|
||||
public class ContainerPartDriver : ContentPartDriver<ContainerPart> {
|
||||
|
@@ -6,5 +6,5 @@ Version: 1.4.2
|
||||
OrchardVersion: 1.4.2
|
||||
Description: The containers module introduces container and containable behaviors for content items.
|
||||
FeatureDescription: Container and containable parts to enable parent-child relationships between content items.
|
||||
Dependencies: Contents
|
||||
Dependencies: Contents, Feeds
|
||||
Category: Content
|
||||
|
Reference in New Issue
Block a user