mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
User: Ensure First Name is not capitalized
When creating a new user, the Last Name is not capitalized but First Name is. Make the behavior being consistent. Signed-off-by: Yanis Guenane <yguenane@redhat.com>
This commit is contained in:
@@ -30,7 +30,6 @@ export default ['i18n', function(i18n) {
|
|||||||
type: 'text',
|
type: 'text',
|
||||||
ngDisabled: '!(user_obj.summary_fields.user_capabilities.edit || canAdd)',
|
ngDisabled: '!(user_obj.summary_fields.user_capabilities.edit || canAdd)',
|
||||||
required: false,
|
required: false,
|
||||||
capitalize: true
|
|
||||||
},
|
},
|
||||||
last_name: {
|
last_name: {
|
||||||
label: i18n._('Last Name'),
|
label: i18n._('Last Name'),
|
||||||
|
|||||||
Reference in New Issue
Block a user