related to #1609 added create album and album deletion

Album creation bug, it places the ne album at the root
Album deletion bug, when deleting an album, the other click event are removed I don't  know why yet
This commit is contained in:
Matthieu Leproux
2022-03-28 16:57:47 +02:00
parent 6adbb6e9d4
commit 6518bd0136
8 changed files with 476 additions and 11 deletions
+1
View File
@@ -582,6 +582,7 @@ function ws_addDefaultMethods( $arr )
'info'=>'public, private'),
'commentable' => array('default'=>true,
'type'=>WS_TYPE_BOOL),
'position' => array('default'=>null),
),
'Adds an album.',
$ws_functions_root . 'pwg.categories.php',