new: [templates] generic ajax form added

pull/38/head
iglocska 2021-01-13 14:29:29 +01:00
parent 867b7a22a1
commit 7402476f0c
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?php
$this->Form->postLink(
'',
$path,
['data' => [$fieldName => $currentValue]]
);
?>