From 93454d435497ad0b5ef2dba509b31105fae1abcd Mon Sep 17 00:00:00 2001 From: Continuous integration Date: Thu, 10 Oct 2024 09:26:07 +0000 Subject: [PATCH] Upgrade to master --- geoportal/CONST_vars.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/geoportal/CONST_vars.yaml b/geoportal/CONST_vars.yaml index 581d5f791..18f879bc0 100644 --- a/geoportal/CONST_vars.yaml +++ b/geoportal/CONST_vars.yaml @@ -765,6 +765,12 @@ vars: List of attribute names which have enumerated attribute values (for filters purpose). relevant_for: - layer_wms + - name: protectedAttributes + type: list + description: > + For QGIS server: List of attribute names that's protected, to be used with the `allowed_attributes` functionality. + relevant_for: + - layer_wms # WMTS layers - name: ogcServer description: > @@ -863,6 +869,13 @@ vars: Name of a panel to open upon loading an application. relevant_for: - role + - name: allowed_attributes + description: > + For QGIS server: List of protected attribute names that we can access, to be used with the `protectedAttributes` metadata. + + Syntax: :,,... + relevant_for: + - role getitfixed: enabled: false