YARN-8419. [UI2] User cannot submit a new service as submit button is always disabled. Contributed by Suma Shivaprasad.
(cherry picked from commit b3612dd90c419c6ac5d59ab0793b4adec40ef5c6)
This commit is contained in:
parent
ba0a8f8792
commit
6f67e4db51
@ -167,7 +167,7 @@ export default Ember.Component.extend({
|
||||
if (this.get('isLoading')) {
|
||||
return false;
|
||||
}
|
||||
if (this.get('isUserNameGiven')) {
|
||||
if (this.get('isSecurityNotEnabled') && this.get('isUserNameGiven')) {
|
||||
return false;
|
||||
}
|
||||
if (this.get('isStandardViewType')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user