This commit is contained in:
2019-04-25 20:04:42 +00:00
parent 656239f334
commit efd6a05f11
2 changed files with 4 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
import _ from "../libs/lodash.min.js";
import store from "../store";
import ayt from "./ayatype";
import rights from "./rolerights";
import rights from "./bizroles";
export default {
AYATYPE: ayt,
@@ -81,6 +81,9 @@ export default {
var isSelfOwned=ownerId==vm.$store.state.userId;
//calculate the effective rights taking into consideration self owned etc
role === (store.state.roles & role);
// Change: 34
//