This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* xeslint-disable */
|
||||
import _ from "../libs/lodash.min.js";
|
||||
|
||||
import store from "../store";
|
||||
import rights from "./bizroles";
|
||||
|
||||
@@ -72,7 +72,7 @@ export default {
|
||||
var ret = this.defaultRightsObject();
|
||||
|
||||
//Get the type name from the type enum value
|
||||
var typeName = _.findKey(window.$gz.type, function(o) {
|
||||
var typeName = window.$gz._.findKey(window.$gz.type, function(o) {
|
||||
return o == oType;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user