From a9a56bb1e952a639805d35a4549f21c1e4dbe827 Mon Sep 17 00:00:00 2001 From: adisposkofh Date: Mon, 11 May 2026 17:03:33 +0200 Subject: [PATCH] fixed issue with parsing isEditable from fetched profile view data --- .../components/Cis/Profil/MitarbeiterProfil.js | 4 ++-- public/js/components/Cis/Profil/Profil.js | 3 +-- public/js/components/Cis/Profil/StudentProfil.js | 16 ++++++++-------- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/public/js/components/Cis/Profil/MitarbeiterProfil.js b/public/js/components/Cis/Profil/MitarbeiterProfil.js index bccbf4eb5..855ba70fc 100644 --- a/public/js/components/Cis/Profil/MitarbeiterProfil.js +++ b/public/js/components/Cis/Profil/MitarbeiterProfil.js @@ -340,7 +340,7 @@ export default {
-
+
@@ -409,7 +409,7 @@ export default { @tableBuilt="zutrittsgruppenTableBuilt" :title="$p.t('profil','zutrittsGruppen')" ref="zutrittsgruppenTable" - :tabulator-options="zutrittsgruppen_table_options" + :tabulator-options="zutrittsgruppen_table_options" tableOnly :sideMenu="false" noColumnFilter /> @@ -420,14 +420,14 @@ export default {
-
+