diff --git a/public/js/components/Cis/Profil/MitarbeiterProfil.js b/public/js/components/Cis/Profil/MitarbeiterProfil.js index 37685f20d..5798df630 100755 --- a/public/js/components/Cis/Profil/MitarbeiterProfil.js +++ b/public/js/components/Cis/Profil/MitarbeiterProfil.js @@ -241,10 +241,7 @@ export default { }, mounted(){ - // this is a test api call to test whether the addon lvevaluierung the menu point adds if the logged in user is the lector of the lehrveranstaltung - this.$fhcApi.factory.addons.getLvMenu(750, "WS2005").then(res =>{ - console.log("this is the addon endpoint res",res); - }); + }, template: /*html*/ ` diff --git a/public/js/components/searchbar/raum.js b/public/js/components/searchbar/raum.js index 85a7e3ce8..a1fc300fb 100755 --- a/public/js/components/searchbar/raum.js +++ b/public/js/components/searchbar/raum.js @@ -9,12 +9,12 @@ export default { }, created(){ //! this should be the default action for a raum - /*this.actions.defaultaction = { + this.actions.defaultaction = { type: "link", action: function(data) { return FHC_JS_DATA_STORAGE_OBJECT.app_root+'cms/content.php?content_id='+data.content_id; } - }; */ + }; }, emits: [ 'actionexecuted' ], template: /*html*/` @@ -37,10 +37,6 @@ export default {
Standort
{{ res.standort }}
-
-
data
-
{{ JSON.stringify(res,null,2) }}
-
Sitzplätze
{{ res.sitzplaetze }}
diff --git a/public/js/components/searchbar/searchbar.js b/public/js/components/searchbar/searchbar.js index bf2651bb9..83c4c666b 100755 --- a/public/js/components/searchbar/searchbar.js +++ b/public/js/components/searchbar/searchbar.js @@ -98,7 +98,7 @@ export default { }, methods: { getActionsForRoom: function(res){ - res.roomoverview= FHC_JS_DATA_STORAGE_OBJECT.app_root + + res.booklink= FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router + `/CisVue/Cms/getRoomInformation/${res.ort_kurzbz}`;