Skip to content

Commit

Permalink
Add GROUP_GESTORI_TDET_PNRR to RDP
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Dec 6, 2023
1 parent 80f8c27 commit 1c1437e
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,20 @@ define(['jquery', 'cnr/cnr', 'i18n', 'cnr/cnr.actionbutton', 'json!common', 'han
mimeType: el.contentType,
allowableActions: el.allowableActions,
defaultChoice: isMacroCall ? 'detail' : 'application'
}, {publish: 'CAN_APPLY_ACL', commission: 'CAN_APPLY_ACL', groupRdP : 'CAN_APPLY_ACL', listApplication: 'CAN_CREATE_DOCUMENT', exportApplications: 'CAN_CREATE_DOCUMENT'},
}, {
publish: 'CAN_APPLY_ACL',
commission: 'CAN_APPLY_ACL',
groupRdP : 'CAN_APPLY_ACL',
scheda_valutazione: 'CAN_CREATE_DOCUMENT',
scheda_anonima: 'CAN_CREATE_DOCUMENT',
listApplication: 'CAN_CREATE_DOCUMENT',
exportApplications: 'CAN_CREATE_DOCUMENT',
aggiungi_allegato: 'CAN_CREATE_DOCUMENT',
convocazioni: 'CAN_CREATE_DOCUMENT',
esclusioni: 'CAN_CREATE_DOCUMENT',
comunicazioni: 'CAN_CREATE_DOCUMENT',
punteggi: 'CAN_CREATE_DOCUMENT'
},
customButtons, {
application: 'icon-edit',
detail: 'icon-sitemap',
Expand Down

0 comments on commit 1c1437e

Please sign in to comment.