Actions
Bug #2640
closedDirective configuration is broken on modify/disable/modify series
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Config management
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When you modify a directive, then enable/disable it, then modify it again, then enable/disable it, you don't get the expected final state:
- sometimes, when enable/disable is used, the state before the last modification is restored;
- sometimes, when you modify, the enable/disable state before the last enable/disable is restored.
This is clearly viewable in event logs, with enable/disable action also having parameter modification, and parameter modifications also modifing the status.
It's perhaps due to #2632
Actions