Page 1 of 1

Re: Report based on uuid

PostPosted:Fri Apr 05, 2019 8:12 am
by jllort
Currently, this feature is only present in the professional edition. You have 3 options, wait until we move it to the community ( what now is not a priority for us ), change the code yourself ( is easy ) or consider to switch to professional.

I can give you some clue, about where the code should be changed.

Re: Report based on uuid

PostPosted:Sun Apr 07, 2019 8:57 pm
by jllort
Is an option, but the best should be the uuid will be always sent by default based on the selected node in the desktop view.

In the ExecuteReportServlet.java will be good idea sent a parameter named UUID from Desktop ( find where the method is called from GWT side , to get the current UUID use getActualNode method from ToolBar). Finally modify ExecuteReportServlet and put the uuid in the same manner is set the HOST https://github.com/openkm/document-mana ... t.java#L65 )