Closed (fixed)
Project:
Search API
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2016 at 16:08 UTC
Updated:
29 Jun 2016 at 12:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
damiengr commentedThe "Content type" field is not supposed to be expandable as only the id should be indexable (It is a ConfigEntity).
When you click on the +, it tries to load the base fields because it is considered as a ContentEntity.
The lines checking if the property is not a ContentEntity are not checking the right object because it is being overriden few lines above.
Here is a patch that does check the right property object.
Comment #3
drunken monkeyThanks a lot for the patch! Looks pretty good.
What was missing was a test ensuring this doesn't break again in the future, though – see the attached.
Comment #6
borisson_Comment #8
drunken monkeyThanks for reviewing!
Committed.
Thanks again also to Damien!
Comment #9
drunken monkeyThis just broke our tests. Let's see if it's really this patch, or just a Core change.
Comment #12
drunken monkeyOK, so it's unrelated. See #2749057: Fix broken Views date filter.