This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user