beginning of displaying form errors, need to keep working on this.

This commit is contained in:
Naomi 2013-08-23 15:52:49 -04:00
parent b2828d466d
commit dbe160c5d9
3 changed files with 19 additions and 2 deletions

View file

@ -719,6 +719,7 @@ class Application_Service_HistoryService
$msgs = $form->getMessages();
Logging::info($msgs);
$json["form"] = $form;
$json["error"] = $msgs;
}
@ -756,6 +757,7 @@ class Application_Service_HistoryService
$msgs = $form->getMessages();
Logging::info($msgs);
$json["form"] = $form;
$json["error"] = $msgs;
}