Skip to content
Snippets Groups Projects
Verified Commit d9cc141d authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Populate facet fields before main field population

parent 269fbb41
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,9 @@
module ForemanUuidBoot
module HostDiscoveredExtensions
def populate_fields_from_facts(parser, type, source_proxy)
super
populate_facet_fields(parser, type, source_proxy)
super(parser, type, source_proxy)
end
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