Sahil Batra
9e9740ab65
settings: Add user-id readonly field in edit-user UI.
2021-10-29 16:08:35 -07:00
sahil839
1cb72c77fe
settings_users: Rename user-name-form to edit-user-form.
...
This commit renames user-name-form to edit-user-form as
the modal for which this id is used, is used to edit all
the user properties, not only name.
2021-06-28 22:11:24 -07:00
sahil839
0b8b7c4441
settings: Use edit_fields_modal framework for user-info edit modal.
...
This commit modifies the user-info edit modal to use newly added
edit_fields_modal framework.
Fixes a part of #18417 .
2021-06-24 16:55:23 -07:00
aryanshridhar
19ffacf05d
template: Move `admin_human_form` template to `settings` folder.
...
Moved `admin_human_form` template to `/templates/settings/` folder as
earlier, it was inaccurately placed within the `/templates` folder
and should have been within the `/templates/settings` folder.
2021-04-26 09:37:11 -07:00