Merge branch 'feature-76385/mobile-optimization-lv-plan' into cis40_2026-02_rc

This commit is contained in:
Harald Bamberger
2026-04-23 16:33:24 +02:00
12 changed files with 363 additions and 138 deletions
+7 -1
View File
@@ -129,5 +129,11 @@ export default {
method: 'get',
url: '/api/frontend/v1/lvPlan/permissionOtherLvPlan',
}
}
},
getCompactibleEventTypes(){
return {
method: 'get',
url: '/api/frontend/v1/lvPlan/compactibleEventTypes',
}
},
};