luya-module-admin icon indicating copy to clipboard operation
luya-module-admin copied to clipboard

Navigation feature

Open dven84 opened this issue 4 years ago • 5 comments

Hello! Is it possible to click on a section in the main menu to open a specific table? image

dven84 avatar Jun 03 '20 05:06 dven84

Maybe you can try to uses ->nodeRoute('Root Custom URL', 'material-icon', 'module/controller/route') but this will give you a new permission entry as well. So i would have to answer "no" for now, but give it a try and let me know.

nadar avatar Jun 03 '20 06:06 nadar

Thank you!

Maybe you can try to uses ->nodeRoute('Root Custom URL', 'material-icon', 'module/controller/route')

...then the submenu is not visible:

image

Maybe add a new parameter for the node? node($name, $icon, $template = false, $defaultRoute = null)

dven84 avatar Jun 03 '20 10:06 dven84

So your intention was to SKIP the dashboard and directly open a specific subitem when click on the root node? This is not possible yet :-) but yes we could add a new parameter to do so.

nadar avatar Jun 03 '20 10:06 nadar

So your intention was to SKIP the dashboard and directly open a specific subitem when click on the root node?

Yes, that would be better in some cases.

This is not possible yet :-) but yes we could add a new parameter to do so.

Thank you! :+1:

dven84 avatar Jun 03 '20 10:06 dven84

This issue should moved to luya-module-admin und relabeled as enhancement.

hbugdoll avatar Oct 29 '21 22:10 hbugdoll