Is it possible to add a hook to manipulate the findByConditions method?
in this line: https://github.com/isotope/core/blob/master/system/modules/isotope_rules/library/Isotope/Model/Rule.php#L118
There is no way to take influence to the conditions of the rules without writing it in that method directly. Or am I missing something?
Reason why I need this:
I have added a custom field to the tl_iso_rules table and can not use the conditions which I set there.
Is it possible to add a hook to manipulate the
findByConditionsmethod?in this line: https://github.com/isotope/core/blob/master/system/modules/isotope_rules/library/Isotope/Model/Rule.php#L118
There is no way to take influence to the conditions of the rules without writing it in that method directly. Or am I missing something?
Reason why I need this:
I have added a custom field to the
tl_iso_rulestable and can not use the conditions which I set there.