Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We would like to bring to your attention a critical issue identified in Joget DX 8.1.7. When Joget is run without GIT integration and there are no related files in the app_src folder, clicking the "Version" button in the App Composer can result in the unintended deletion of the app from the app_app table, along with all child database tables.

Affected Elements:

  • App and all its entities under it i.e. 
    • Form
    • Process
    • List
    • UI

Important Note: This issue only occurs when Joget is running with the all the following conditions below fullfilled:-

  1. GIT is disabled (In JAVA OPTS, the flag -Dgit.disabled=true). By default, the GIT is enabled.
  2. with no files present in the wflow/app_src/[APP_ID]/[APP_VERSION] folder.

...