Closed (fixed)
Project:
Facets
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2016 at 10:23 UTC
Updated:
4 Jun 2016 at 17:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
borisson_This is a bug, not a task.
Comment #3
strykaizerIt looks like getProcessorsByStage does return the correct configuration, but on the next line we created a new instance, which is not required, as getProcessorsByStage already returns instances.
Refactored code a bit and fixxed this.
This patch will need a reroll once #2724171: Create a new processor stage 'Sort' is in
Comment #4
strykaizerDecided to fix the actual issue in #2724171: Create a new processor stage 'Sort' instead, this patch contains only the refactor in Facet.php to re-use loadProcessors now, and does no longer needs to be rerolled depending on #2724171
Comment #5
borisson_Comment #7
borisson_Thanks!