mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-13 11:31:51 -05:00
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") {
|
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" 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)
|
// Add help panel(s)
|
||||||
|
|||||||
Reference in New Issue
Block a user