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

[Console] Add UI Support for Multiple Email Addresses and Mobile Numbers per User #6583

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
98b5191
Add multi valued fields
PasinduYeshan Jul 12, 2024
fe73c74
Add actions to multivalued fields
PasinduYeshan Jul 12, 2024
ce35db5
Add changeset
PasinduYeshan Jul 12, 2024
b00e664
Merge branch 'wso2:master' into feature/mv-console
PasinduYeshan Jul 13, 2024
acd2afe
Update translations
PasinduYeshan Jul 13, 2024
7c17639
Fix lint issues
PasinduYeshan Jul 15, 2024
0ec2a90
Fix lint issues
PasinduYeshan Jul 15, 2024
2284ce8
Hide verify button in mobile numbers field
PasinduYeshan Jul 15, 2024
39b1aac
Refactor - Address comments
PasinduYeshan Jul 15, 2024
9e4a12d
Remove additional lines
PasinduYeshan Jul 15, 2024
ff215e5
Hide delete button for required primary email/mobile
PasinduYeshan Jul 15, 2024
a04f12a
Add limit to multiple emails and mobile numbers
PasinduYeshan Jul 17, 2024
8560bd9
Add componentids
PasinduYeshan Jul 17, 2024
77d4842
Change governance config labels
PasinduYeshan Jul 18, 2024
9aa976b
Remove governance config and add deployment config for multiple email…
PasinduYeshan Jul 19, 2024
f85c1af
Merge remote-tracking branch 'upstream/master' into feature/mv-console
PasinduYeshan Sep 26, 2024
9e8f133
Add required constants
PasinduYeshan Sep 26, 2024
15a75c4
Merge remote-tracking branch 'upstream/master' into feature/mv-console
PasinduYeshan Oct 10, 2024
60485ad
Fix lint issue and refactor user-profile.
PasinduYeshan Oct 14, 2024
a89c368
lint
PasinduYeshan Oct 14, 2024
489972c
Add missing componentids
PasinduYeshan Oct 14, 2024
1f436b4
Improve logic to add existing primary email/mobile to the list when p…
PasinduYeshan Oct 16, 2024
615fdbb
Enable,disable multi emails and mobiles based on gov config
PasinduYeshan Oct 20, 2024
5c4e314
Update logic to use excluded user stores
PasinduYeshan Nov 5, 2024
d0374e3
Handle single valued data
PasinduYeshan Nov 7, 2024
03a0be1
Remove trailing spaces
PasinduYeshan Nov 7, 2024
f018a55
Refactor
PasinduYeshan Nov 7, 2024
6f7caa1
Merge remote-tracking branch 'upstream/master' into feature/mv-console
PasinduYeshan Nov 7, 2024
33374b4
Merge remote-tracking branch 'upstream/master' into feature/mv-console
PasinduYeshan Nov 7, 2024
a3eff62
Fix merge issues
PasinduYeshan Nov 7, 2024
22bdbde
Merge remote-tracking branch 'upstream/master' into feature/mv-console
PasinduYeshan Nov 8, 2024
3d52207
Address PR Comments
PasinduYeshan Nov 9, 2024
f3976c0
Address comments
PasinduYeshan Nov 9, 2024
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
7 changes: 7 additions & 0 deletions .changeset/cyan-rockets-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@wso2is/admin.users.v1": minor
"@wso2is/admin.server-configurations.v1": patch
"@wso2is/i18n": patch
---
PasinduYeshan marked this conversation as resolved.
Show resolved Hide resolved

Add UI support for multiple email and mobile numbers per user
Loading
Loading