mirror of
https://github.com/ansible/awx.git
synced 2026-08-05 20:40:01 -02:30
Fixed minor bugs lingering from package upgrades. Org lookup on User add page was throwing a js error. Flash message was not clearing on modal display. Store link was not working from modal button.
This commit is contained in:
@@ -127,6 +127,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies', 'Utilities'])
|
||||
}
|
||||
|
||||
if (options.modal) {
|
||||
$rootScope.flashMessage = null;
|
||||
this.scope.formModalActionDisabled = false;
|
||||
this.scope.formModalInfo = false; //Disable info button for default modal
|
||||
if (form) {
|
||||
|
||||
Reference in New Issue
Block a user