Steps
The following steps will enable the Traditional design in the mobile app of all end users, disabling the one that comes by default.
Use
the following steps depending on your system architecture:

1.
Open the web.config
file (located in C:\Bizagi\Projects\[ProjectName]\WebApplication)
using the text editor of your choice.
2.
Within the <AppSettings> section, locate the following
key and replace its value to true:
<add
key="DISABLE_FLAT" value="true" />
3.
Restart the Scheduler service and the Web Server services. This should change the behavior.

1.
Open the bizagi-extended.properties
file (located in C:\BizagiJEE\[BizagiVersion]\
BizagiBPMJEE\bizagi-config) using the text editor of your
choice.
2.
Locate the following key and replace its value to true:
DISABLE_FLAT=true
3.
Restart your Bizagi JEE Server.
|