I am attempting to load a selected source object from a dropdown menu into the Rule Editor.
I'm already creating the RuleModel from the selected source object in a new instance of the RuleEditor and loading the settings into CodeEffects from the RuleEditor's client settings (calling my LoadSettings function again).
At this point the source object is changed, but the rule fields have not (After selecting a different class, executing rules for the old source object throws this error: No "field" nodes with "x" value of the "y" attribute found)
How to I go about re-rendering the RuleEditor instance in my view?