mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Merge pull request #5958 from mabashian/5945-required-multiple-choice
Fixed single select required survey question bug
This commit is contained in:
commit
915eccd982
@ -1390,7 +1390,7 @@ function(ConfigurationUtils, i18n, $rootScope) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
return false;
|
||||
return (!value || value === "") ? false : true;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user