mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 22:46:01 -03:30
Restore missing API form errors for selects.
This commit is contained in:
@@ -1103,6 +1103,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
||||
if (field.label === "Labels") {
|
||||
html += `<div class="error" id="${field.onError.id}" ng-show="${field.onError.ngShow}">${field.onError.text}</div>`;
|
||||
}
|
||||
html += "<div class=\"error api-error\" id=\"" + this.form.name + "-" + fld + "-api-error\" ng-bind=\"" + fld + "_api_error\"></div>\n";
|
||||
|
||||
|
||||
// Add help panel(s)
|
||||
|
||||
Reference in New Issue
Block a user