From fc603d0a85b930ea89a4456ddc16333b90a4ae3b Mon Sep 17 00:00:00 2001 From: ralf Date: Thu, 16 Nov 2023 13:42:44 +0200 Subject: [PATCH] more renames of Et2Dialog attribute modal to isModal --- api/js/jsapi/egw_app.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/js/jsapi/egw_app.ts b/api/js/jsapi/egw_app.ts index fd243a08bb..b04a2eb8d3 100644 --- a/api/js/jsapi/egw_app.ts +++ b/api/js/jsapi/egw_app.ts @@ -1742,7 +1742,7 @@ export abstract class EgwApp }, template: egw.webserverUrl + '/api/templates/default/pgp_backup_restore.xet', class: "pgp_backup_restore", - modal: true + isModal: true }); return dialog; }; @@ -1801,7 +1801,7 @@ export abstract class EgwApp }, template: egw.webserverUrl + '/api/templates/default/pgp_installation.xet', class: "pgp_installation", - modal: true + isModal: true //resizable:false, }); };