-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The method PositionWrapper.AddAsync not implemented. #14896
Comments
Maybe same implementation as the one we have here OrchardCore/src/OrchardCore/OrchardCore.DisplayManagement/Views/ShapeViewModel.cs Line 11 in 5a26240
|
I am wondering why a Zone ("Content") is wrapped in a PositionWrapper in the first place. PositionWrapper is done for shapes that don't have a Position property, like "strings". This is why it's not implemented. We need to understand when it get wrapped. |
@MikeAlhayek
|
Yeah. Too bad how can't recall how to reproduce the issue. Something was calling that method. |
Please re-open when you can repro. |
I am seeing this in my log file
The methosd AddAsync is indeed not implemented.
OrchardCore/src/OrchardCore/OrchardCore.DisplayManagement/PositionWrapper.cs
Line 51 in d6fb9e9
I do not see a note why it should not be implemented. The
AddAsync
method seems to be called by theThemeLayout.ExecuteAsync
OrchardCore/src/OrchardCore/OrchardCore.DisplayManagement/Theming/ThemeLayout.cs
Line 27 in d6fb9e9
I think it should be implemented.
The text was updated successfully, but these errors were encountered: