-
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
Update placement GUI. #7877
Update placement GUI. #7877
Conversation
84df060
to
54c51dd
Compare
Added options to edit admin placements to dropdowns on elements.
54c51dd
to
cdb52ff
Compare
Reverted the changes I made that broke functionality and added an item for adding/editing admin placement to the dropdowns. |
Hi @microposmp, and thank you for your interest.
Why not, it's more consistent with other modules, even if I don't like to have paging on those lists and prefer client side filtering as it's more efficient.
The If a rule defines no "place", neither "shape", "wrappers" or "alternates", it has no effect. So there is no reason to keep it.
Great. |
Hi @TFleury, thanks for reviewing. Added back the IsEmpty check and can't see the issue I was experiencing, so the error must have been with the data I saved. Sorry. |
Please merge dev and fix the conflict. |
# Conflicts: # src/OrchardCore.Modules/OrchardCore.Placements/Views/Admin/Index.cshtml
src/OrchardCore.Modules/OrchardCore.Placements/Controllers/AdminController.cs
Outdated
Show resolved
Hide resolved
src/OrchardCore.Modules/OrchardCore.Placements/Views/Admin/Index.cshtml
Outdated
Show resolved
Hide resolved
…inController.cs Co-authored-by: Dean Marcussen <dean.marcussen@gmail.com>
I've been thinking about learning more about the placement files to get a better understanding about how they work. When I saw the new module for working with them in the GUI by @TFleury I've spent the day experimenting. Really nice to be able to add placement settings in the GUI.
During the experiments I did some changes to the module:
Shape Type: MarkdownBodyPart_Edit