related to #1609 badges with default values

This commit is contained in:
Matthieu Leproux
2022-04-04 09:21:44 +02:00
parent 405cfdd084
commit 2d6ef34962
4 changed files with 19 additions and 2 deletions
+3 -1
View File
@@ -574,7 +574,9 @@ function ws_categories_add($params, &$service)
global $conf;
if ($params["position"] != "") {
if ($params["position"] != "")
{
//TODO make persistent with user prefs
$conf['newcat_default_position'] = $params["position"];
}