Skip to content

Commit

Permalink
Merge pull request #10610 from camptocamp/backport/10608-to-2.8
Browse files Browse the repository at this point in the history
[Backport 2.8] Add editingSelectionAttribute metadata for edition popup selection
  • Loading branch information
llienher authored Jul 27, 2023
2 parents fc3004d + 9be7269 commit 882fd6a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions admin/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,11 @@ vars:
relevant_for:
- layer_wms
- layer_wmts
- name: editingSelectionAttribute
description: >
The field used in the selector tooltip to name the layer when multiple ones are selected on the map.
relevant_for:
- layer_wms
# WMS
- name: directedFilterAttributes
type: list
Expand Down
5 changes: 5 additions & 0 deletions admin/tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@ vars:
relevant_for:
- layer_wms
- layer_wmts
- name: editingSelectionAttribute
description: >
The field used in the selector tooltip to name the layer when multiple ones are selected on the map.
relevant_for:
- layer_wms
# WMS
- name: directedFilterAttributes
type: list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,11 @@ vars:
relevant_for:
- layer_wms
- layer_wmts
- name: editingSelectionAttribute
description: >
The field used in the selector tooltip to name the layer when multiple ones are selected on the map.
relevant_for:
- layer_wms
# WMS
- name: directedFilterAttributes
type: list
Expand Down

0 comments on commit 882fd6a

Please sign in to comment.