Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed May 3, 2024
2 parents 24bdc9e + c29d5f9 commit 02f5fd5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.2
0.7.3
3 changes: 2 additions & 1 deletion backend/gn_module_monitoring/config/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ def process_schema(object_type, config):
# définition spécifique du datalist
# récupérée depuis la constante SITES_GROUP_CONFIG
if key_s == "id_sites_group":
generic[key_s] = SITES_GROUP_CONFIG
generic[key_s] = SITES_GROUP_CONFIG.copy()
keys_g.append("id_sites_group")
if key_s in keys_g:
key = key_s

Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
CHANGELOG
=========

0.7.3 (03/05/23)
------------------

**🐛 Corrections**

* Correction du selecteur des groupes de sites

0.7.2 (27-02-23)
------------------

Expand Down

0 comments on commit 02f5fd5

Please sign in to comment.