mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing oversight in previous
This commit is contained in:
@@ -84,7 +84,7 @@ namespace Orchard.ContentManagement.Drivers {
|
||||
return false;
|
||||
}
|
||||
|
||||
var editorGroup = editor.GetGroup();
|
||||
var editorGroup = contentShapeResult.GetGroup();
|
||||
if (string.IsNullOrEmpty(editorGroup)) {
|
||||
editorGroup = placementInfo.GetGroup() ?? "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user