From 1120b31e3838f3c7806df83cdeaab6a02b95eca6 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Tue, 5 Apr 2022 11:52:34 +0200 Subject: Simplify scope identifiers Old id format example: id_1-1_2-4_3-2 New id format example: scope-1-4-2 It represents the node and its ancestors' position with respect to theirs siblings. The rightmost value is the current node position. Commit f70d90ba32a6 introduces the old format. --- ogcp/templates/macros.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ogcp/templates') diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html index e91a2ef..6f19a30 100644 --- a/ogcp/templates/macros.html +++ b/ogcp/templates/macros.html @@ -1,7 +1,7 @@ {% macro scopes_tree_collapse(scopes, state='') -%}