IQSS/10324-fix granting file access w/o request #10325
Merged
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.
What this PR does / why we need it: To fix granting file access when there was no access request.
At QDR, this appears to be due to an npe:
Digging in the code a bit, it looks like a bug introduced with the guestboook-at-request PR: As of that PR, requests are not deleted when granted, they are now given the state granted. At the line in question, the code is looking for a request in the created state associated with the file, so if no request exists, it fails. That should mean that when granting access for one file w/o a request existing (didn't test), it would succeed but the success message/page update would fail. With more than one file, the files after the first access isn't granted.
Which issue(s) this PR closes:
Closes #10324
Special notes for your reviewer:
Suggestions on how to test this: See the issue and above. Regression testing - it should also work if someone requested access first.
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?:
Additional documentation: