related to #1614 replacing selectize in photo editor for related categories

This commit is contained in:
Matthieu Leproux
2022-03-08 16:56:31 +01:00
committed by Matthieu Leproux
parent 34fe0fc36f
commit 66bd06176c
9 changed files with 454 additions and 17 deletions
+8 -2
View File
@@ -556,8 +556,14 @@ function ws_addDefaultMethods( $arr )
$service->addMethod(
'pwg.categories.getAdminList',
'ws_categories_getAdminList',
null,
'Get albums list as displayed on admin page.',
array(
'search' => array('default' => null),
'additional_output' => array('default'=>null,
'info'=>'Comma saparated list (see method description)'),
),
'Get albums list as displayed on admin page. <br>
<b>additional_output</b> controls which data are returned, possible values are:<br>
null, full_name_with_admin_links<br>',
$ws_functions_root . 'pwg.categories.php',
array('admin_only'=>true)
);