Hi,
i played a little bit around with the constraintOperationType attribute of the actions in the table. When i tried to secure the Entity sec$Constraint itself (so that only the entries can be edited that have not a certain ‘createdBy’ attribute value), it turns out that the screens are not capable of handling this feature (see https://github.com/cuba-platform/cuba/blob/master/modules/gui/src/com/haulmont/cuba/gui/app/security/group/browse/group-browse.xml#L119).
I just wondered if this is by design that this is a opt-in feature instead of an opt-out feature. Because due to this it has to be configured for every browser screen in the app. But this will not work with the CUBA screens.
Or am i just missing something?
Thanks & Bye
Mario