| Table of Contents |
|---|
Option to Change Server Timezone to UTC or GMT
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:
| Code Block |
|---|
set JAVA_OPTS=-Xmx2048M -Dwflow.home=./wflow/ -javaagent:./wflow/aspectjweaver-1.8.5.jar -javaagent:./wflow/glowroot/glowroot.jar -Duser.timezone=GMT |
Email Tool and Userview Notification Now Supports Embedding File in HTML Content.
Now, you can click the checkbox to embed the image attachment in the email and display the image using HTML. Refer to Email Tool for more information.
Figure 1 : Sample of Embed Function
Bug Fixes and Improvements
...
[ FIXED ] DATALIST : Date created and date modified column are not following locale date format
when "Using Locale Date Format" is enabled.
[ MODIFIED ] FORM : Handle "dateCreated" and "dateModified" field to follow locale format and
user timezone when server timezone is not UTC.
...
[ FIXED ] APP : Redundant hash variable parsing causes the encrypted content in form
template to cause the HTML being malformed.
...
[ FIXED ] FORM : Correction of Date column format type to support "UTC" format to display
based on user timezone and locale format.
[ MODIFIED ] APP : User and Current User Hash Variable support retrieve user data format with
"dateFormat" and "dateTimeFormat".
...
[ MODIFIED ] FORM : Date column format type to support "UTC" format to display based on user timezone
and locale format in Form/List Grid.
...
