Merge pull request 'feat: fix access control download' (#62) from fix/bug-firman into development
continuous-integration/drone/tag Build is passing
Details
continuous-integration/drone/tag Build is passing
Details
Reviewed-on: #62pull/63/head devel_20.1.24
commit
3938504fd3
|
@ -139,7 +139,7 @@ export const PrivilegeAdminConstant = [
|
||||||
{
|
{
|
||||||
menu: 'DOWNLOAD_POS_APP',
|
menu: 'DOWNLOAD_POS_APP',
|
||||||
menu_label: 'Download POS App',
|
menu_label: 'Download POS App',
|
||||||
actions: [PrivilegeAction.CREATE],
|
actions: [PrivilegeAction.VIEW],
|
||||||
index: 20,
|
index: 20,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue