-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add share reason in share requests #498
Merged
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
ba50610
Add Share Request Reason and Reject Reason
noah-paige fce6d68
Tweaks Reject Share Object Modal
noah-paige 8955c1d
linting
noah-paige 9eca7ff
linting
noah-paige 1eed926
Unit Tests
noah-paige c92af38
unit test
noah-paige df794b3
Add String Limit Reject Share
noah-paige ba76e79
Remove commented out code
noah-paige 236568d
Add Edit ability of Share request and reject purpose depending on use…
noah-paige 72b6960
lint
noah-paige 42aa8bc
Add unit tests and fix string limits
noah-paige bb4a618
Finish unit tests
noah-paige 826dbc5
Clear reject purpose on approve
noah-paige 4f07c26
Fix typo and edit frontend view for share comments
noah-paige 6ff5017
Update Share Object Permissions for SUBMIT_SHARE_OBJECT
noah-paige 7302fb6
Transfer Stewardship
noah-paige cfabeb4
Remove commented out code
noah-paige 542bd6e
Dataset Admins get Approver Share Object Status
noah-paige 2066f90
linting
noah-paige 76e92ad
clean up commented out code in conftest
noah-paige 6d339d2
Wrap Lines for Reject Request Purposes
noah-paige 0f44b18
Fix resolve_user_role() for consumption roles
noah-paige e77015b
Add Downgrade Share Object Permissions Revert
noah-paige 8ddd6dd
Testing Downgrade Fix
noah-paige File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice