related to #1595 Filters trigger ajax call with uid in param

This commit is contained in:
Matthieu Leproux
2022-01-12 14:57:45 +01:00
committed by plegall
parent 19c9c36e79
commit 47788e259a
3 changed files with 47 additions and 12 deletions

2
ws.php
View File

@@ -86,6 +86,8 @@ function ws_addDefaultMethods( $arr )
array(
'page' => array('default'=>null,
'type'=>WS_TYPE_INT|WS_TYPE_POSITIVE),
'uid' => array('default'=>NULL,
'type'=>WS_TYPE_INT|WS_TYPE_POSITIVE),
),
'Returns general informations.',
$ws_functions_root . 'pwg.php',