mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
Fixed bug where single select multiple choice survey questions that are required leave the form permanently disabled.
This commit is contained in:
@@ -1390,7 +1390,7 @@ function(ConfigurationUtils, i18n, $rootScope) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return false;
|
return (!value || value === "") ? false : true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user