Actions
Bug #3151
closedClone Rules doesn't always include list of Directives
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
I encountered a weird situation that I don't quite understand... So here are the detailed steps that I followed:
- Create a new rule A
- Add a Directive D to this Rule, and save. Don't add any groups.
- Clone rule A to a new rule named B, change the description.
- Notice that the list of Directives includes D, as expected.
- Look at the Event logs under Administration at the event that is "Added Rule B", and notice that Directives: is empty (that is, the empty string, not "None") (!!)
- Go back to Rules screen, notice that the table lists Rule B as having no Directives (!!)
- View details of Rule B, and clone it to Rule "Copy of <B>" (this is the default name for a cloned Rule). Don't change any of the parameters.
- Look at the Event logs under Administration at :
- the event that is "Added Rule B", and notice that Directives: is now "None" (!!)
- the event that is "Added Rule B", and notice that Directives: is empty (that is, the empty string, not "None") (!!)
- Go back to Rules screen, notice that the table lists Rule C as having Directive D (!!)
Something FISHY is definitely going on here...
Actions