Skip to content

Commit

Permalink
feat(Documents): Moved private documents to a dedicated listing
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Oct 11, 2022
1 parent c34745c commit 6433842
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/packages/roadiz_rozier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ roadiz_rozier:
route: documentsHomePage
icon: uk-icon-rz-documents
roles: [ 'ROLE_ACCESS_DOCUMENTS' ]
private_documents:
name: 'private_documents'
route: documentsPrivateHomePage
icon: uk-icon-lock
roles: [ 'ROLE_ACCESS_DOCUMENTS' ]
unused_documents:
name: 'unused_documents'
route: documentsUnusedPage
Expand Down

0 comments on commit 6433842

Please sign in to comment.