mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +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