Revision b9740e8a
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
704 | 704 |
return; |
705 | 705 |
} |
706 | 706 |
|
707 |
if ($::request->is_ajax) { |
|
708 |
$::lxdebug->message(0, "trying to render AJAX response..."); |
|
709 |
SL::ClientJS->new |
|
710 |
->error($error) |
|
711 |
->render(SL::Controller::Base->new); |
|
712 |
::end_of_request(); |
|
713 |
} |
|
714 |
|
|
707 | 715 |
my $add_params = { |
708 | 716 |
'title_error' => $params{title}, |
709 | 717 |
'label_error' => $error, |
Auch abrufbar als: Unified diff
Error-Handling: Bei AJAX-Requests Fehler als JSON-Object zurückgeben