Skip to content

Issue 29 - It would be nice to have a "clone" action for a rule so you can...

kainuk requested to merge issue-29-clone into master

Issue 29 - It would be nice to have a "clone" action for a rule so you can copy and change only what needs changing

  • api action clone to clone a rule - kopies conditions, actions and tags.
  • api action getclones that searches for all the rules that fire on the same conditions and execute the same actions (used in the enabling screens)
  • a clone button on the edit rule screen - forwards to the newly created clone.
  • a red warning below the enable check box if a rule exists with the same functionality (a clone).
  • on enabling a possible duplicate rule from search list a screen is displayed to warn for uninted consequences.

Merge request reports