mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Fixing lost position when editing ContainablePart
This commit is contained in:
@@ -37,7 +37,8 @@ namespace Orchard.Core.Containers.Drivers {
|
||||
var commonPart = part.As<CommonPart>();
|
||||
var model = new ContainableViewModel {
|
||||
ShowContainerPicker = settings.ShowContainerPicker,
|
||||
ShowPositionEditor = settings.ShowPositionEditor
|
||||
ShowPositionEditor = settings.ShowPositionEditor,
|
||||
Position = part.Position
|
||||
};
|
||||
|
||||
if (commonPart != null && commonPart.Container != null) {
|
||||
|
||||
Reference in New Issue
Block a user