mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
refactors the room actions in the searchbar
This commit is contained in:
@@ -45,7 +45,7 @@ const app = Vue.createApp({
|
||||
},
|
||||
childactions: [
|
||||
{
|
||||
label: "Rauminformation",
|
||||
label: "Raumübersicht",
|
||||
icon: "fas fa-info-circle",
|
||||
type: "link",
|
||||
action: function(data) {
|
||||
@@ -60,14 +60,6 @@ const app = Vue.createApp({
|
||||
return data.booklink;
|
||||
}
|
||||
},
|
||||
{
|
||||
label: "Raumübersicht",
|
||||
icon: "fas fa-bookmark",
|
||||
type: "link",
|
||||
action: function(data) {
|
||||
return data.roomoverview;
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
organisationunit: {
|
||||
|
||||
@@ -108,7 +108,6 @@ export default {
|
||||
childactions:child,
|
||||
defaultaction:this.searchoptions.actions.raum.defaultaction
|
||||
}
|
||||
|
||||
return computedActions;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user