diff --git a/app/webroot/js/comanage/components/mvea/mvea-item.js b/app/webroot/js/comanage/components/mvea/mvea-item.js index f504aca29..ff0fccfc6 100644 --- a/app/webroot/js/comanage/components/mvea/mvea-item.js +++ b/app/webroot/js/comanage/components/mvea/mvea-item.js @@ -90,7 +90,7 @@ export default {
  • - {{ this.mvea.value != '' ? this.mvea.value : this.txt.none }} + {{ this.mvea.value != '' ? this.mvea.value : this.txt["global.value.none"] }}
    {{ this.mvea.tag }} @@ -126,7 +126,7 @@ export default {
  • {{ this.mvea.description != '' ? this.mvea.description : this.mvea.url }} - north_east + north_east
    {{ this.mvea.type.display_name }} diff --git a/app/webroot/js/comanage/components/mvea/mveas.js b/app/webroot/js/comanage/components/mvea/mveas.js index 878488970..2b98a5292 100644 --- a/app/webroot/js/comanage/components/mvea/mveas.js +++ b/app/webroot/js/comanage/components/mvea/mveas.js @@ -53,7 +53,8 @@ export default { + v-for='mvea in mveaModel' + :mvea="mvea"> `