les racines sont triées par plugin
This commit is contained in:
@@ -16,7 +16,7 @@ $where_clause = 'WHERE 1 = 1';
|
|||||||
|
|
||||||
$sql = '
|
$sql = '
|
||||||
WITH arbre (parent, id, link, code, name, level, path) AS (
|
WITH arbre (parent, id, link, code, name, level, path) AS (
|
||||||
SELECT 0, id, link, code, libelle, 0, "{0} [" || id || "]"
|
SELECT 0, id, link, code, libelle, 0, "{" || plugin || "} [" || id || "]"
|
||||||
FROM v_items_tree WHERE parent IS NULL
|
FROM v_items_tree WHERE parent IS NULL
|
||||||
UNION ALL
|
UNION ALL
|
||||||
SELECT
|
SELECT
|
||||||
|
|||||||
Reference in New Issue
Block a user