Hi,
First of all many thanks to all people contributing this app!
I am using the latest stable version of OM - 2.2 and I am curious if it
is possible to load a page/module directly by click on the item in the
global menu. This means, I would like to have an item in the global menu
(table "naviglobal") without submenu items (aka main menu, table
"navimain") but with the functionality of the main menu item.
I have done a quick research with these results:
- I am not able to get into the code in the mainNavi.lzx module so good
to tell, that global menu has the same functionality as the main menu has
- I am not fluent in the javax.persistence, but I think there is a bug
in the named query "getNavigation" in the Naviglobal.java class; outer
join seems work, but declaring the conditions "nm.deleted = false" and
"nm.level_id <= :level_id" in the WHERE clause disqualify functionality
of the outer join if there are no rows in the navimain table with the
appropriate global_id
Thanks for an answer and clarification!
D.