diff --git a/public/js/components/Cis/Cms/Content.js b/public/js/components/Cis/Cms/Content.js index 914b35106..2ba999007 100644 --- a/public/js/components/Cis/Cms/Content.js +++ b/public/js/components/Cis/Cms/Content.js @@ -53,7 +53,7 @@ export default { }, template: /*html*/ ` - +

No content is available to display

`, }; diff --git a/public/js/components/Cis/Cms/ContentModal.js b/public/js/components/Cis/Cms/ContentModal.js index b1b46530f..87aaf98f9 100644 --- a/public/js/components/Cis/Cms/ContentModal.js +++ b/public/js/components/Cis/Cms/ContentModal.js @@ -12,7 +12,7 @@ export default { RaumContent, }, props:{ - contentID:{ + content_id:{ type: Number }, ort_kurzbz:{ @@ -34,8 +34,8 @@ export default { // this method is always called when the modal is shown modalShown: function(){ - if(this.contentID){ - this.$fhcApi.factory.cms.content(this.contentID).then(res =>{ + if(this.content_id){ + this.$fhcApi.factory.cms.content(this.content_id).then(res =>{ this.content = res.data.content; this.type = res.data.type; @@ -55,7 +55,7 @@ export default { Raum Informationen