In fields, a dropdown field can be reused in several containers
However, when several containers use this type of field, it is no longer possible to modify it using mass actions.
The format of the query before the change resulted in an IN clause which returned both containers (KO), now we have a LIKE clause (which returns a single container (OK)).
In fields, a dropdown field can be reused in several containers
However, when several containers use this type of field, it is no longer possible to modify it using mass actions.
The format of the query before the change resulted in an
IN
clause which returned both containers (KO), now we have aLIKE
clause (which returns a single container (OK)).