This commit is contained in:
Yuri Kuznetsov
2025-06-29 18:54:09 +03:00
parent 8f827eb9f1
commit d00fca02c1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ class EditModalView extends ModalView {
bottomDisabled: this.bottomDisabled,
focusForCreate: this.options.focusForCreate,
recordHelper: this.options.recordHelper,
webSockedDisabled: true,
webSocketDisabled: true,
exit: () => {},
};
+2 -2
View File
@@ -69,7 +69,7 @@ class DetailRecordView extends BaseRecordView {
* @property {Object.<string, *>} [dataObject] Additional data.
* @property {Record} [rootData] Data from the root view.
* @property {boolean} [shortcutKeysEnabled] Enable shortcut keys.
* @property {boolean} [webSockedDisabled] Disable WebSocket. As if v9.2.0.
* @property {boolean} [webSocketDisabled] Disable WebSocket. As of v9.2.0.
*/
/**
@@ -2013,7 +2013,7 @@ class DetailRecordView extends BaseRecordView {
});
if (
!this.options.webSockedDisabled &&
!this.options.webSocketDisabled &&
!this.isNew &&
!!this.getHelper().webSocketManager &&
this.getMetadata().get(['scopes', this.entityType, 'object'])