You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not to be confused with AdminMenuPart, because ContainerPart implement its own logic for it. At least partially, because the items won't show up unless Orchard.Lists is also enabled. This can be fixed easily by moving most of the logic from Orchard.Lists.AdminMenu to Core.Containers.AdminMenu.
The text was updated successfully, but these errors were encountered:
* Fixing that Core.Containers "Show on admin menu" functionality shouldn't depend on the Orchard.Lists feature
* Moving menu.list.png admin menu icon from Orchard.Lists to Core.Containers as menu.container.png
to fix that Containers should have a default admin menu icon
* Fixing conflict between lists and container admin navicon by applying the unused menu.list-definition.png to lists
* Code styling and removing duplicate code
Not to be confused with AdminMenuPart, because ContainerPart implement its own logic for it. At least partially, because the items won't show up unless Orchard.Lists is also enabled. This can be fixed easily by moving most of the logic from
Orchard.Lists.AdminMenu
toCore.Containers.AdminMenu
.The text was updated successfully, but these errors were encountered: