This commit is contained in:
2019-07-19 18:35:57 +00:00
parent 18f9f4e870
commit a9704c497d
4 changed files with 10 additions and 18 deletions

View File

@@ -72,7 +72,7 @@ export default {
var ret = this.defaultRightsObject();
//Get the type name from the type enum value
var typeName = _.findKey(vm.$gztype, function(o) {
var typeName = _.findKey(window.$gz.type, function(o) {
return o == oType;
});