docs(FR-2909): align RBAC manual with revoke confirmation modal and refresh screenshots#7463
Conversation
…efresh screenshots Resolves #7454(FR-2909) Follow-up to #7446. Reconciles the RBAC management manual (en/ja/ko/th) with what FR-2819 / FR-2825 actually ship. - Bump required Backend.AI Manager version 25.4.0 -> 26.4.0 in the RBAC note (rbac_management.md + admin_menu.md, all 4 languages) - Remove the "Role Status Management" subsection that was misplaced under "View Role Details" (its content describes role-list row actions; Active/Inactive is already covered by the Role List status filter) - Rewrite "Revoke Users from a Role": the UI changed from a lightweight popconfirm to an irreversible typed-confirmation modal (BAIConfirmModalWithInput). Documents the per-language confirmation string (en: Permanently Delete / ko: 영구 삭제 / ja: 完全に削除 / th: ลบถาวร) and adds a :::danger irreversibility note - Recapture screenshots from the live UI, replacing stale / hand-built images: rbac_role_detail_drawer.png and rbac_role_scope_tab.png (new localized tab labels Scopes/Permissions/Role Assignments), rbac_revoke_popconfirm.png (new typed modal), rbac_permission_modal.png (real Add Permission modal captured via project-2de2b969-member) - All 4 language variants kept structurally identical 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
5 tasks
This was referenced May 18, 2026
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
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.

Resolves #7454(FR-2909)
Follow-up to #7446. Reconciles the RBAC management user manual (en/ja/ko/th) with what FR-2819 / FR-2825 actually ship.
Changes
25.4.0→26.4.0in the RBAC note (rbac_management.md+admin_menu.md, all 4 languages)BAIConfirmModalWithInput). The section now documents the per-language confirmation string (en:Permanently Delete/ ko:영구 삭제/ ja:完全に削除/ th:ลบถาวร) and adds a:::dangerirreversibility noterbac_role_detail_drawer.png,rbac_role_scope_tab.png— new localized tab labels (Scopes / Permissions / Role Assignments)rbac_revoke_popconfirm.png— new typed-confirmation modalrbac_permission_modal.png— real Add Permission modal (captured viaproject-2de2b969-member)Checklist: (if applicable)
🤖 Generated with Claude Code