CIRC-2384 Add permission for Anonymizing Single Request#1365
Open
brycekbargar wants to merge 3 commits into
Open
CIRC-2384 Add permission for Anonymizing Single Request#1365brycekbargar wants to merge 3 commits into
brycekbargar wants to merge 3 commits into
Conversation
Dmitriy-Litvinenko
requested changes
Apr 30, 2026
Contributor
Dmitriy-Litvinenko
left a comment
There was a problem hiding this comment.
Hello,
Just a heads-up: I will be on vacation until the end of next week and will be unavailable. You can discuss the feedback below with @folio-org/fe-tl-reviewers on GitHub or wait until I return.
Before proceeding, could you please confirm if we need to add or change "okapiInterfaces"? If so, additional changes will be required; otherwise, please address the feedback below:
CHANGELOG.md & package.json:
- Version Update: Bump version from 13.0.0 to 13.1.0 in both files, as 13.0.0 has already been released.
- Ticket References:
- Correct UIREQ-12363 (this ticket does not exist).
- Remove the backend reference CIRC-2364; the UI changelog should only include UI-related tickets.
en.json:
- Missing Translation: Add the following key:
"permission.anonymizeSingleRequest.execute": "Requests: Anonymize a single request"
Let me know if you have any questions. Looking forward to the update.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Purpose
Anonymizing users through the UI has to be gated by a permission. The permission for the frontend depends on the API permission added to the backend.
Approach
This was the only documentation I could find on adding permissions. I tried to follow the format and pattern of the other permissions in the file.
Refs
https://folio-org.atlassian.net/browse/CIRC-2384
Backend PR
Screenshots
Pre-Merge Checklist
Before merging this PR, please go through the following list and take appropriate actions.
If there are breaking changes, please STOP and consider the following:
Ideally all of the PRs involved in breaking changes would be merged in the same day to avoid breaking the folio-testing environment. Communication is paramount if that is to be achieved, especially as the number of intermodule and inter-team dependencies increase.
While it's helpful for reviewers to help identify potential problems, ensuring that it's safe to merge is ultimately the responsibility of the PR assignee.