mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 06:51:10 +03:00
Restore missing API form errors for selects.
This commit is contained in:
parent
b0586cc197
commit
64caeeff36
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user