Add the unique variable sooner to the Drilldown context

This commit is contained in:
2022-09-02 07:20:30 +01:00
parent 0ccde2af1b
commit 79a8e5f6e4
3 changed files with 4 additions and 6 deletions

View File

@@ -50,5 +50,5 @@
{% block custom_script %}
grid.removeWidget("drilldown-widget-results");
grid.removeWidget("drilldown-widget-{{ unique }}");
{% endblock %}