Bug #4324
Updated by Vincent MEMBRÉ almost 11 years ago
Rule modified events are modified to get a new tag category, like the rule addition and deletion:
<pre>
<category>rootRuleCategory</category>
</pre>
but this does not match the modify diff type which should be
<pre>
<category><from>xxx</from><to>yyy</to></category>
</pre>
It was introduced by #4299
so the xml is not valid
WE should not modify modify rule events, they do not need to have their category modified