Joget DX Available for Download
Check out Joget DX, the next generation successor to Joget Workflow for faster, simpler digital transformation.
[ 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.