mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
now also displays the room information inside a modal and does not redirect to the content site
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export default {
|
||||
getContentID($ort_kurbz) {
|
||||
getContentID($ort_kurbz) {
|
||||
return this.$fhcApi.get(
|
||||
FHC_JS_DATA_STORAGE_OBJECT.app_root +
|
||||
FHC_JS_DATA_STORAGE_OBJECT.ci_router +
|
||||
@@ -7,4 +7,12 @@ export default {
|
||||
{ ort_kurzbz: $ort_kurbz }
|
||||
);
|
||||
},
|
||||
getOrtKuzbzContent($ort_kurzbz_content_id) {
|
||||
return this.$fhcApi.get(
|
||||
FHC_JS_DATA_STORAGE_OBJECT.app_root +
|
||||
FHC_JS_DATA_STORAGE_OBJECT.ci_router +
|
||||
"/api/frontend/v1/Ort/getOrtKurzbzContent",
|
||||
{ content_id: $ort_kurzbz_content_id }
|
||||
);
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user