Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    how to disable certain OperatorId's for all Datasources and FieldTypes

    Hello Isomorphic!

    I want to remove a list of OperatorId's from my FilterBuilder or create a FilterBuilder with an Array of choosen OperatorId's

    .. but anyhow it would be better if i could disable some OperatorId's for all actions where the class is used..
    soo...
    Is there any possibility to disable certain OperatorId's?
    Or a possibility to remove operatorId's completely from the Class?

    I am aware of the setTypeOperators function.... but i have do disable an array of OperatorId's for all FieldTypes and all Datasources

    or can i create a datasource with defined OperatorId's?

    Maybe you could help me,.. that would be amazing!

    THANK YOU

    greets Thaddaeus!
    Last edited by Thaddaeus; 8 Feb 2019, 07:01.

    #2
    To eliminate a set of operators across all types, you just need to call setTypeOperators() for all the basic types. There is no shorter way, but then, this isn't especially difficult.

    Comment

    Working...
    X