Merge pull request #2594 from wenottingham/cherry-pickin

cherry pick some more AWX things
This commit is contained in:
Bill Nottingham
2018-07-19 10:03:48 -04:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -36,8 +36,7 @@ export default ['i18n', function(i18n) {
label: i18n._('Last Name'),
type: 'text',
ngDisabled: '!(user_obj.summary_fields.user_capabilities.edit || canAdd)',
required: true,
capitalize: true
required: true
},
organization: {
label: i18n._('Organization'),