Skip to content
Snippets Groups Projects
Commit 5294b99d authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1500 from JCount/formula_versions-devel-fix

formula_versions: fix erroneous :stable in version_attributes_map
parents bffa3830 cfdbe9c6
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ class FormulaVersions
end
next unless f.devel
map[:devel] ||= {}
map[:stable][f.devel.version] ||= []
map[:devel][f.devel.version] ||= []
map[:devel][f.devel.version] << f.send(attribute)
end
end
......
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