Issue #1193 : Improvement of tag's manager

* Hide Tag item when there are more than 5
 * Change data format in Ajax calls
 * Remove useless code in tag.php
 * Remove pwg_token in pwg.tags.add
 * Minor design fixes
This commit is contained in:
Zacharie
2020-06-18 11:16:14 +02:00
committed by plegall
parent a3ab495446
commit 5deba88a5c
6 changed files with 163 additions and 245 deletions
+1 -2
View File
@@ -641,8 +641,7 @@ function ws_addDefaultMethods( $arr )
'pwg.tags.add',
'ws_tags_add',
array(
'name' => array(),
'pwg_token' => array(),
'name' => array()
),
'Adds a new tag.',
$ws_functions_root . 'pwg.tags.php',