We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b955b38 commit e573d0dCopy full SHA for e573d0d
ui/src/config/section/event.js
@@ -45,9 +45,7 @@ export default {
45
ids: {
46
value: (record) => { return record.id }
47
}
48
- },
49
- show: (record, store) => { return !['User'].includes(store.userInfo.roletype) },
50
- groupShow: (record, store) => { return !['User'].includes(store.userInfo.roletype) }
+ }
51
},
52
{
53
api: 'deleteEvents',
@@ -64,9 +62,7 @@ export default {
64
62
65
63
66
67
68
69
70
71
]
72
0 commit comments