-
Notifications
You must be signed in to change notification settings - Fork 0
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
ユーザーのロールに応じてボタンの表示を活性・非活性にする #1798
The head ref may contain hidden characters: "feature/\u30E6\u30FC\u30B6\u30FC\u306E\u30ED\u30FC\u30EB\u306B\u5FDC\u3058\u3066\u30DC\u30BF\u30F3\u306E\u8868\u793A\u3092\u6D3B\u6027\u30FB\u975E\u6D3B\u6027\u306B\u3059\u308B"
Conversation
アイテム追加画面の追加ボタン アイテム編集画面の更新ボタン、削除ボタン
samples/web-csr/dressca-frontend/admin/src/views/__tests__/ItemsAddView.spec.ts
Outdated
Show resolved
Hide resolved
samples/web-csr/dressca-frontend/admin/src/views/__tests__/ItemsEditView.spec.ts
Outdated
Show resolved
Hide resolved
samples/web-csr/dressca-frontend/admin/src/views/catalog/ItemsEditView.vue
Show resolved
Hide resolved
samples/web-csr/dressca-frontend/admin/src/views/catalog/ItemsAddView.vue
Show resolved
Hide resolved
samples/web-csr/dressca-frontend/admin/src/views/catalog/ItemsAddView.vue
Outdated
Show resolved
Hide resolved
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.
@1nu1taichi @rnakagawa16
ご指摘の点に従って対応が完了しましたので、再度お目通しをお願いします。
samples/web-csr/dressca-frontend/admin/src/views/catalog/ItemsEditView.vue
Show resolved
Hide resolved
samples/web-csr/dressca-frontend/admin/src/views/catalog/ItemsAddView.vue
Show resolved
Hide resolved
samples/web-csr/dressca-frontend/admin/src/views/__tests__/ItemsAddView.spec.ts
Outdated
Show resolved
Hide resolved
samples/web-csr/dressca-frontend/admin/src/views/__tests__/ItemsEditView.spec.ts
Outdated
Show resolved
Hide resolved
samples/web-csr/dressca-frontend/admin/src/views/catalog/ItemsAddView.vue
Outdated
Show resolved
Hide resolved
@1nu1taichi @rnakagawa16 |
@tsuna-can-se @1nu1taichi @rnakagawa16
であったため、既存のMaia側の設定に揃える方向( |
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.
問題ありません。マージいたします。
この Pull request で実施したこと
確認いただきたい点
ユーザーのロールがAdminの場合は活性、Admin以外の場合は非活性の表示になることを確認ください。
この Pull request では実施していないこと
Enumに相当するクラスをどのように実装すべきかについては別途discussionsを起票しました。
本PRにおいては、暫定的に最も実装が簡易と思われる文字列列挙型を使用しています。
Issues や Discussions 、関連する Web サイトなどへのリンク
自動テスト時にstoreに初期値を設定する方法について