Skip to content
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

権限編集ダイアログ内のRadioButtonPanelの個数制限を削除 #1479

Merged
merged 1 commit into from
Dec 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ComboBoxのパネル内の説明には`{検索対象名1}、{検索対象名2}
- 機能管理者:すべての操作の権限を持つ
- 業務担当者:業務に必要な操作の権限のみを持つ

操作の権限が上記の2つ以内の場合は、[RadioButtonPanel](/products/components/radio-button-panel/)を使ってください
操作の権限の指定には、[RadioButtonPanel](/products/components/radio-button-panel/)を使用してください

**「カスタム権限」** として、操作の権限をユーザーが増やせるプロダクトもあります。この場合は[SingleComboBox](/products/components/combo-box/)や[Select](/products/components/select/)を使ってください。

Expand Down
Loading