Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Dear valued Joget DX users,
We would like to bring to your attention a known issue that has been identified in Joget DX 7.0.40 where Datalist Inbox with task delegation will not work on all editions of 7.0.40.
[ FIXED ] CORE : Correction of Reduce unnecessary calls to retrieve user and role data.
[ FIXED ] CORE : Process Builder - Correction of Missing close button on popup dialog.
[ MODIFIED ] PLUGINS : Plugin Manager - Added singularity package to OSGI config.
[ FIXED ] CORE : Process Builder - Shark duplicate id issue in long transaction.
[ FIXED ] CORE : Correction of Prevent unique constraint issue in cluster environment.
[ FIXED ] CORE : Process - Add checking to prevent infinite loop in process migration.
[ MODIFIED ] CORE : Update jackson-annotations and jackson-core to 2.13.4 and jackson-databind to 2.13.4.2 for CVE-2022-42003 and CVE-2022-42004.
[ FIXED ] CORE : Form Builder - Subform can't load in builder when section is set to permission hidden.
[ FIXED ] CORE : X-admin Theme - List Grid multi page selection not working.
[ MODIFIED ] CORE : Correction of Userview Builder - Properties label correction.
[ MODIFIED ] CORE : Update jackson-annotations and jackson-core to 2.13.2 and jackson-databind to 2.13.2.2 for CVE-2020-36518.
[ FIXED ] CORE : Section - Show section when column label is exist, even not having any input field.
[ FIXED ] CORE : Userview - Theme inbox does not load in IE11.
IMPORTANT
[ FIXED ] PLUGIN : Plugin Manager - Plugin file change monitor should only reload changed plugin.
[ FIXED ] CORE : Correction on force logout once an user is deleted or inactive.
[ FIXED ] CORE : Datasource profile properties not added into cache due to regression on DB setup page shows System Error on first load.
[ FIXED ] SECURITY : App Admin role not working when login through SSO.
[ FIXED ] CORE : Audit Trail - The paging number are not showing correct results when there is a filter value.
[ FIXED ] PLUGIN : Prevent NPE when label is return null.
[ FIXED ] CORE : Form Hash Variable in value is parsed.
[ FIXED ] USERVIEW : Universal/Progressive Theme - Unable to scroll menus in userview category when "menu position" set to horizontal menu.
[ FIXED ] CORE : Datalist Hash Variable will display parsed hash variables if hash variables were inserted in input fields during runtime.
[ FIXED ] CORE : PWA - Push notification shows multiple times.
[ FIXED ] DATALIST : Datalist PDF Export - Traditional Chinese characters not render when there is other language in same string.
[ FIXED ] APP : Correction of Create new form existing form listing to clone wrong, apply the same implementation on addon builder.
[ FIXED ] APP : Correction of if form menu have URL params, as anonymous user, after login, all URL params will be stripped away.
[ FIXED ] APP : Process tool is not included in Git plugin sync.
You may download the error trace in APM by going through the App designer > Performance and select the error trace you want to download.
You may change the display name format by going to the General Settings > User Interface Settings > Display Name Format. For more information about General Settings, you can refer to General Settings.
[ FIXED ] FORM : Regression of fields with same id in permission/visibility controlled section does not work correctly.
[ MODIFIED ] APP : Adding #request.domainURL# to support shorthand syntax to construct URL without context path.
You are able to change your server timezone to UTC or GMT (from v7.0.7 onwards) by adding -Duser.timezone=GMT
in your JVM options, for example:
set JAVA_OPTS=-Xmx2048M -Dwflow.home=./wflow/ -javaagent:./wflow/aspectjweaver-1.8.5.jar -javaagent:./wflow/glowroot/glowroot.jar -Duser.timezone=GMT
You may disable the built-in Git with the JAVA_OPT parameter (from v7.0.6 onwards) by adding -Dgit.disabled=true
to your Joget startup script, for example:
set JAVA_OPTS=-Xmx2048M -Dwflow.home=./wflow/ -javaagent:./wflow/aspectjweaver-1.8.5.jar -javaagent:./wflow/glowroot/glowroot.jar -Dgit.disabled=true
[ FIXED ] APP : Prevent NPE for PresenceManager.
[ FIXED ] APP : Prevent manual alteration of the DOM value and successfully submit it in Options field.
You are now able to configure the Date Picker form element field type to Date and Time stored in UTC (from v7.0.3 onwards).
[ FIXED ] LOG : logged the proxy server IP instead of real client IP.
[ FIXED ] GIT : Correction for concurrent pull throw exception in Window.