I often have the situation that I completely prohibit the editing of individual entries in a module if they are in a certain state. I implement this in the canEdit. However, this also means that the entry in the Vi can only be displayed in the list view. Could the EditPane be loaded in a readOnly mode (read-only) after another view request (GET /$module/view/$key) - or a pure output mask (like the jinja skelView)?
I often have the situation that I completely prohibit the editing of individual entries in a module if they are in a certain state. I implement this in the
canEdit. However, this also means that the entry in the Vi can only be displayed in the list view. Could the EditPane be loaded in areadOnlymode (read-only) after another view request (GET /$module/view/$key) - or a pure output mask (like the jinjaskelView)?