We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f36f4 commit 93aa691Copy full SHA for 93aa691
1 file changed
app/views/materials/show.json.jbuilder
@@ -19,7 +19,7 @@ json.partial! 'common/ontology_terms', type: 'operations', resource: @material
19
20
json.nodes @material.associated_nodes.collect { |x| { name: x[:name], node_id: x[:id] } }
21
json.collections @material.collections.collect { |x| { title: x[:title], id: x[:id] } }
22
-json.materials @material.events.collect { |x| { title: x[:title], id: x[:id] } }
+json.events @material.events.collect { |x| { title: x[:title], id: x[:id] } }
23
24
json.external_resources do
25
@material.external_resources.each do |external_resource|
0 commit comments