-
Notifications
You must be signed in to change notification settings - Fork 265
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
Add role/group support for bulk import users #4265
Conversation
Current plan:CSV file:
|
Updated views:CSV
Important Note
|
apps/console/src/features/users/components/bulk-import-response-list.tsx
Outdated
Show resolved
Hide resolved
apps/console/src/features/users/components/bulk-import-response-list.tsx
Outdated
Show resolved
Hide resolved
apps/console/src/features/users/components/bulk-import-response-list.tsx
Outdated
Show resolved
Hide resolved
apps/console/src/features/users/components/bulk-import-response-list.tsx
Outdated
Show resolved
Hide resolved
apps/console/src/features/users/components/wizard/bulk-import-user-wizard.tsx
Outdated
Show resolved
Hide resolved
apps/console/src/features/users/components/bulk-import-response-list.tsx
Show resolved
Hide resolved
apps/console/src/features/users/components/bulk-import-response-list.tsx
Outdated
Show resolved
Hide resolved
apps/console/src/features/users/components/bulk-import-response-list.tsx
Outdated
Show resolved
Hide resolved
apps/console/src/features/users/components/bulk-import-response-list.tsx
Outdated
Show resolved
Hide resolved
key={ item.key } | ||
label={ ( | ||
<div className="beta-feature-tab-item"> | ||
<Typography sx={ { fontWeight: 500 } }>{ item.text }</Typography> |
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.
Let's avoid inline styles
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.
@PasinduYeshan Whats the conclusion here?
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.
This approach had been used in other places 1. Due to the urgency, I might have missed this. This needs to be fixed.
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.
resolve this comment, and add the issue which you were mentioning
Purpose
Related Issues
Related PRs
Checklist
Security checks