Fixed Setup.

Orchard.Users now has a hard dependency on Orchard.Messaging, so that feature needs to be enabled as well during setup.
This commit is contained in:
Sipke Schoorstra
2014-01-11 14:11:59 +01:00
parent 546aa2fc9c
commit f1914c1467
2 changed files with 8 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ namespace Orchard.Setup.Services {
// Core
"Common", "Containers", "Contents", "Dashboard", "Feeds", "Navigation", "Reports", "Scheduling", "Settings", "Shapes", "Title",
// Modules
"Orchard.Pages", "Orchard.ContentPicker", "Orchard.Themes", "Orchard.Users", "Orchard.Roles", "Orchard.Modules",
"Orchard.Pages", "Orchard.ContentPicker", "Orchard.Themes", "Orchard.Messaging", "Orchard.Users", "Orchard.Roles", "Orchard.Modules",
"PackagingServices", "Orchard.Packaging", "Gallery", "Orchard.Recipes"
};

View File

@@ -2,9 +2,11 @@
AntiForgery: enabled
Author: The Orchard Team
Website: http://orchardproject.net
Version: 1.6
OrchardVersion: 1.4
Version: 1.8
OrchardVersion: 1.8
Description: The users module enables user management.
FeatureDescription: Standard users.
Category: Core
Dependencies: Settings
Features:
Orchard.Users:
Description: Standard users.
Category: Core
Dependencies: Settings, Orchard.Messaging