pykorm icon indicating copy to clipboard operation
pykorm copied to clipboard

Allow the modification of readonly fields

Open Frankkkkk opened this issue 5 years ago β€’ 0 comments

Read only fields were meant to be read only. However sometimes these fields must be set (in the case of an operator managing these resources for example).

We should add a mean to edit these fields with a context manager for example:

with pykorm.fields.UnlockReadOnly:
  obj.read_only = 42

Frankkkkk avatar Oct 22 '20 07:10 Frankkkkk