Details
-
Feature
-
Status: Clarify (View Workflow)
-
Minor
-
Resolution: Unresolved
-
2.5.0, 2.6.0
-
None
Description
Current Situation
When importing configuration files to JOC Cockpit it is possible to select the option "overwrite". This means, that existing objects should be overwritten.
When the option "overwrite" is selected it is no longer possible to specify a suffix or a prefix.
It is also not possible to select the option "ignore if exist":
An import file I1 contains the workflow W1
When an import is made with the option "Add Prefix" and P1 as value for the prefix a new workflow P1_W1 is created.
An import file I2 contains the workflow W1
When an import is made with the option "Add Prefix" and P1 as value for the prefix the already existing workflow P1_W1 will not be overwritten.
It is not possible to make the import using the prefix P1 and overwrite the already existing workflow P1_W1
Desired Behavior
It should be possible to select "Overwrite" and "Ignore if exist" by using radio buttons. With this either "Overwrite" or "Ignore if exist" can be selected.
The option "Add Prefix" and "Add Suffix" always should be provided.