beginning of displaying form errors, need to keep working on this.
This commit is contained in:
parent
b2828d466d
commit
dbe160c5d9
3 changed files with 19 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue