Closed (fixed)
Project:
Facets
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2016 at 14:21 UTC
Updated:
9 Feb 2016 at 11:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
christianadamski commentedLets see what testbot says.
Comment #3
christianadamski commentedComment #4
borisson_After a quick look at the patch, I found this:
There's 2 $processor_settings here.
I'll take a look in more detail later.
Comment #5
christianadamski commentedOops.
Comment #10
christianadamski commentedSchema update missing.
Comment #13
christianadamski commentedAll of the above + url_processor_handler schema and widget_configs property change from string to array by default.
Comment #16
borisson_There are no settings intended for this, this will probably always be an empty array but not having a schema available means the facet config is not correct. This is important because the tests use strict config validation.
Looks great.
From the docs: https://www.drupal.org/coding-standards/docs
This should be
Sets the query operator.This is a rule that I tend to forget myself as well ;)
Otherwise this patch is looking great, hopefully the testbot agrees.
Comment #17
christianadamski commentedTestbot does not agree. But at least he is a lot more verbose about it. Now I don't know why "show_numbers" is there...
Comment #18
christianadamski commentedAdditionally fixed:
- Minor issue in LinksWidget assuming $configuration['show_numbers'] to be set.
- camelCase vs snake_case in facet_source entity and schema
Comment #19
christianadamski commentedComment #22
borisson_fixes test.
Comment #23
borisson_Fixed my own remarks from #16.
Comment #24
borisson_Tests are green, happy with the code. Thanks for the patches!