mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Adding option to process recipes when installing modules. Adding detailed installation page to local installation. Moving installation processes to PackagingServices feature. Correcting dependencies between features.
--HG-- branch : dev
This commit is contained in:
@@ -157,7 +157,7 @@ Features:
|
||||
public void Uninstall(string packageId, string applicationPath) {
|
||||
}
|
||||
|
||||
public ExtensionDescriptor GetExtensionDescriptor(IPackage package) {
|
||||
public ExtensionDescriptor GetExtensionDescriptor(IPackage package, string extensionType) {
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user