mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
further improvements in permission
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export class ActionsPermission{
|
||||
access = 534;
|
||||
create = 535;
|
||||
remove = 536;
|
||||
edit = 537;
|
||||
createPost = 538;
|
||||
removePost = 539;
|
||||
editPost = 540;
|
||||
}
|
||||
Reference in New Issue
Block a user