I've been building a new interface which pulls the rules using the RMutils('5.0').
When I create a new rule; I can successfully pull the new rule immediately from the function.
However, when a rule is deleted, it remains in the output of RMutils('5.0'). I need to then go into the parent Rule Manager app.. and click "Done".
At that point, the RMutils is updated properly, and the deleted rule is removed from the array.
I would expect RMutils to update also whenever a single rule is deleted.. instead of having to delete the rule, click parent app, click Done.