-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds read-only mode to sharing menu
* fix: removes invite user field for non-admin users * fix: delete user button is hidden for non-admin users * fix: removes actions header for non admin users * fix: removes document visibility selection for non-admin * fix: removes selection and makes permission selection to text * fix: hides actions, invitations and make selection read only in pending inv * refactor: cleans up the code for read-only authorised table * fix: adds missing import statement * test: adds test for viewing authorised members read-only mode * test: adds test for email, permission and delete button invitation table read-only mode * refactor: removes code duplication * refactor: removes usage of current_user in membership test * docs: adds todo comment for test of no invitation button * test: adds test for permission in pending invitations table * test: adds tests to check if resend invitation button exists or not * docs: removes todo comment from test
- Loading branch information
1 parent
621da11
commit def82e5
Showing
10 changed files
with
258 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.