From 272a5067ad6bc4a9b5e4a401ea7625e71d6914af Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Tue, 11 Jun 2024 14:16:16 +0200 Subject: src: revisit sidebar context storage approach Maintain selections made in scope sidebar after clicking an action (ie. client add, room delete, etc.) Use ids instead of names as the name html property is the same for every room and center. Call keepSelectedClients() in macros.html for both Scope Management and Commands instead of only in Commands. Add a "context" value to the checkbox id to separate scope and commands values in local storage. --- ogcp/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/base.html') diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index 0037f79..3ac4f5d 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -111,7 +111,7 @@ - +