joomla / coding-standards

Joomla Coding Standards Definition
https://developer.joomla.org/coding-standards/basic-guidelines.html
GNU General Public License v2.0
128 stars 129 forks source link

Menu Item resets menu on save and new #190

Closed tonypartridge closed 7 years ago

tonypartridge commented 7 years ago

When select a menu and then new item the menu is pre-selected within the menu, this is great and speeds up development.

When you click save and new, you still expect the menu you have previously selected / are in to be used. But instead it reverts to the menu block with the default menu item in. In my case Main Menu.

zero-24 commented 7 years ago

Is this a issue with the coding standards? Or with the CMS?

tonypartridge commented 7 years ago

I think it's an Issue with the CMS. We should be passing the current menu selection on save to keep it, otherwise it's poor UX.

zero-24 commented 7 years ago

So why do you open it against the code style repo? ;)

tonypartridge commented 7 years ago

Because I'm an idiot and had too many windows opens!

zero-24 commented 7 years ago

Np :)