Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Problem statement: On clicking on "Open Form" in the Userview above, we would like to open up the Form in a Popup Dialog, and upon saving of the form, we wish to return to the same listing, with the page refreshed.
There are 2 items in the Userview category. One is a List and another is a Form.
Steps:
Doing the same to Inbox assignment
If you are pointing to a Userview Inbox instead of Userview Form in Popup Dialog, you can put the following code to "List View Custom Header" in Inbox > UI properties.
<p> <script type="text/javascript">// <![CDATA[ $(function(){ if(window.top!==window.self) parent.window.location.replace(parent.window.location.href); }) // ]]></script> </p>