zun-ui/releasenotes/notes/bug-1763250-5035b39df953d25d.yaml
Shu Muto 1d47c368fe Suppress conflicts between retry options and auto_remove option
This patch fixes conflicts between retry options and auto_remove option.
To suppress this conflicts, when retry option selected this patch clears
auto_remove option and set readonly attribute for the checkbox.

Also, to check them easily from user, move auto_remove option from
Miscellaneous tab to Spec tab, i.e. under retry options.

Change-Id: I34a409141adf1ad822e5999240ccbb8ae8e2acf5
Closes-Bug: #1763250
2018-04-17 16:54:26 +09:00

7 lines
244 B
YAML

fixes:
- >
[`bug/1763250 <https://bugs.launchpad.net/zun-ui/+bug/1763250>`_]
Fixed issue the conflict between retry and auto_remove options.
To avoid this conflict, auto_remove option will be cleared when
retry option is set.