Delete Form Choice FORM.POPUP.DELETE-CASCADE-FALSE

Hi,
Which option should I choose and what do those option mean?

Thanks

Looking at https://github.com/flowable/flowable-engine/blob/master/modules/flowable-ui-modeler/flowable-ui-modeler-app/src/main/resources/static/i18n/en.json#L2135 one can see the i18n constants defined like this for APP.POPUP.DELETE-CASCADE-XXX:

      "DELETE-CASCADE-FALSE": "Only delete the current version of this app definition (v{{version}})",
      "DELETE-CASCADE-TRUE": "Also delete all previous versions of this app definition",

That should give you information about what option to choose.

It would appear that the same constants are not defined for FORM.POPUP (see lines 1987-2002 in the same file) and thus are a bug.

1 Like

I use version 6.7.2, when i use either
DELETE-CASCADE-FALSE or DELETE-CASCADE-TRUE
the behavior is same, deleting all model not last version, can you fix this?

image