Hello Alexei,
thank you for your response. Unfortunately, I am not able to download OM
3.0 from
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/
(is it the right link?), I am getting the error, the page is not available.
Which branch in SVN can I use for building from the sources? Trunk?
Thank you
D.
On 01/23/2014 07:10 PM, Alexei Fedotov wrote:
Hello Dušan,
please try openmeetings 3.0. It has a new implementation of navigation menu.
On 1/22/14, Dušan Stloukal <[email protected]> wrote:
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.