Skip to content

Commit

Permalink
Merge branch 'fix_lumen' into 'main'
Browse files Browse the repository at this point in the history
🔧 fix(lumen): add lumen on treeLocation and belongsTo

See merge request resa/github!13

GitOrigin-RevId: 320009cf0ab0f23e7a527e28f70ea0f16a4cf2ce
  • Loading branch information
petitbenjamin authored and p-bizouard committed Aug 30, 2023
1 parent efcdf0b commit 799e6d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"treeLocation": {
"92": "Saclay",
"94": "Metz",
"107": "Rennes"
"107": "Rennes",
"1025": "Lumen"
},
"campus": {
"CodPro": "SIT",
Expand Down Expand Up @@ -231,6 +232,10 @@
"194": {
"groupId": 194,
"label": "Hub IA"
},
"204": {
"groupId": 204,
"label": "Lumen"
}
},
"valueType": "array"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"treeLocation": {
"92": "Saclay",
"94": "Metz",
"107": "Rennes"
"107": "Rennes",
"1025": "Lumen"
},
"campus": {
"CodPro": "SIT",
Expand Down Expand Up @@ -231,6 +232,10 @@
"194": {
"groupId": 194,
"label": "Hub IA"
},
"204": {
"groupId": 204,
"label": "Lumen"
}
},
"valueType": "array"
Expand Down

0 comments on commit 799e6d0

Please sign in to comment.