I have not used ready only much, but I am using it now.
Please let me know if I made a mistake or if there is an actual bug.
I have in my class two columns of type supplier.
One with read only setting.
When I try to alter the other it invokes the read only restriction of the other column that has the same class type.
This could be a bug, but could you check if you have a value on Supplier and turned on Read Only? If so, the value will be hidden from Update Objects action node, but the value will still trigger the Read Only check.
Hi
Its both read only and requiered. Its visible in the update object list. As seen in the image in my first post.
Im a not altering the supplier column. Im altering another column that has the same class as the supplier column with cardinality many.
Regards Torgeir
I tried to replicate your issue but wasn’t able to reproduce the same problem.
Could you try to turn off “read only” and check if you are setting a value on Supplier in your update object? When “Read Only” is enabled, the property gets hidden from the object update node, which might be causing an old value to persist unnoticed.