mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-24 13:33:34 +08:00
Fixing ambiguous call in containable, containerwidget, and customproperties drivers.
--HG-- branch : dev
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Orchard.Core.Containers.Drivers {
|
||||
}
|
||||
|
||||
protected override DriverResult Editor(ContainerWidgetPart part, dynamic shapeHelper) {
|
||||
return Editor(part, null, shapeHelper);
|
||||
return Editor(part, (IUpdateModel)null, shapeHelper);
|
||||
}
|
||||
|
||||
protected override DriverResult Editor(ContainerWidgetPart part, IUpdateModel updater, dynamic shapeHelper) {
|
||||
|
Reference in New Issue
Block a user