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:
Chris Houseknecht
2014-02-13 16:19:21 +00:00
parent 69b91afaf2
commit 9aea64eb3f
3 changed files with 4 additions and 6 deletions

View File

@@ -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) {