Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 460f9642 authored by Teddy Valette's avatar Teddy Valette
Browse files

[gen/wiki/oar] fix hash creation used in get_oar_data

parent c3bff5d1
No related branches found
No related tags found
No related merge requests found
Pipeline #149747 passed
...@@ -251,7 +251,7 @@ class OarPropertiesGenerator < WikiGenerator ...@@ -251,7 +251,7 @@ class OarPropertiesGenerator < WikiGenerator
# Retrieve all oar fields from the first site # Retrieve all oar fields from the first site
if index == 0 if index == 0
get_oar_data(site_uid, {"api": {}, "verbose": false}).each { |oar_node_data, _| get_oar_data(site_uid, {:api => {}, :verbose => false}).each { |oar_node_data, _|
oar_node_data.each { |key, _| oar_node_data.each { |key, _|
oar_data_properties << key unless oar_data_properties.include? key oar_data_properties << key unless oar_data_properties.include? key
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment