|
@@ -531,10 +531,10 @@ public function showListKontrahenci($items) {
|
|
|
|
|
|
|
|
|
// link do ackji w php: $saveFormUrl = $this->getLink('saveRaportAjax');
|
|
|
- // przekazać link do JavaScript i tam:
|
|
|
+ // przekazać link do JavaScript i tam:
|
|
|
// window.fetch('{$saveFormUrl}', { ... }).then(...) - dokumentacja: https://github.com/github/fetch
|
|
|
public function saveRaportAjaxAction() {
|
|
|
- // Response::sendTryCatchJson(array($this, 'saveRaportAjax'), $args = 'JSON_FROM_REQUEST_BODY'); // użyj tej wersji jeśli chcesz wysyłać z przelgądarki JSON-a post-em
|
|
|
+ // Response::sendTryCatchJson(array($this, 'saveRaportAjax'), $args = 'JSON_FROM_REQUEST_BODY'); // użyj tej wersji jeśli chcesz wysyłać z przelgądarki JSON-a post-em
|
|
|
Response::sendTryCatchJson(array($this, 'saveRaportAjax'));
|
|
|
}
|
|
|
public function saveRaportAjax($args) {
|