This commit is contained in:
paoloar77
2022-02-03 00:33:05 +01:00
parent d7480fd489
commit 124cb5cc64
96 changed files with 1944 additions and 2611 deletions

View File

@@ -54,6 +54,17 @@ export const shared_consts = {
FIND_PEOPLE: 166,
},
GROUPSCMD: {
SETTRUST: 1121,
REQGROUP: 1125,
SETGROUP: 1132,
REMOVE_FROM_MYGROUP: 1144,
REFUSE_REQ_GROUP: 1145,
CANCEL_REQ_GROUP: 1146,
BLOCK_GROUP: 1155,
FIND_GROUP: 1166,
},
REPORT_FILT_RESP: 1,
REPORT_FILT_ATTIVITA: 2,
@@ -673,6 +684,21 @@ export const shared_consts = {
},
],
VisibilGroup: [
{
value: 1,
label: 'Pubblico',
},
{
value: 2,
label: 'Privato',
},
{
value: 4,
label: 'Nascosto',
},
],
Permissions: {
Admin: {
value: 1,