read only dynamic logic conflict fix

This commit is contained in:
Yuri Kuznetsov
2025-01-10 12:42:30 +02:00
parent 392c245d34
commit 6adad023dd
+4
View File
@@ -273,6 +273,10 @@ class BaseRecordView extends View {
this.recordHelper.setFieldStateParam(name, 'readOnly', false);
if (this.readOnly) {
return;
}
const view = this.getFieldView(name);
if (view && view.readOnly) {