As #14189 revealed, the filters are hardcoded in the Form class.
It is only possible to add new filters to the form by changing the Form class.
Use the same logic as for rules where the logic resists in its own class. It is possible to dynamically add new filters.
No.
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Category | ⇒ | Code style |
True.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-05-24 12:53:12 |
Closed_By | ⇒ | laoneo |
Custom callbacks are already supported in the filterField method and there is no need to change anything.