Merge branch 'master' into feature-25999/C4_cleanup

This commit is contained in:
SimonGschnell
2025-01-08 11:17:29 +01:00
30 changed files with 1750 additions and 33 deletions
+12
View File
@@ -18,6 +18,7 @@ const app = Vue.createApp({
calcheightonly: true,
types: [
"mitarbeiter",
"student",
"raum",
"organisationunit"
],
@@ -33,6 +34,17 @@ const app = Vue.createApp({
},
childactions: []
},
student: {
defaultaction: {
type: "link",
action: function (data) {
return FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router +
"/Cis/Profil/View/" + data.uid;
}
},
childactions: []
},
raum: {
defaultaction: {
type: "link",