Closed (fixed)
Project:
Facets
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2016 at 19:48 UTC
Updated:
8 May 2016 at 12:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
bc commentedComment #3
borisson_Thanks for the bug report and that patch, I think this is the right way to do it. I'd love to get a test in for this as well. Setting this to Needs Review for the testbot.
Comment #4
bc commentedCool, I'll work on the test.
Currently this class is covered by tests/src/Unit/Plugin/processor/LimitItemProcessorTest.php -- should it be called ListItemProcessorTest instead?
Comment #7
borisson_Yes, that class should be renamed, great catch.
Comment #8
bc commentedOK, I set up a test & also removed some dupe code from my earlier stab.
Comment #9
bc commentedComment #10
bc commentedThis might not handle the case of an entity having additional base properties on a certain bundle.. if that's a thing?
Comment #11
borisson_@bc: I don't think that's a thing.
Attached are some docs changes, will commit this later this week.
Comment #12
bc commentedCool, thanks for the style fixes; i don't know why i camelcased there :)
Comment #13
borisson_Thanks for the issue as well as the fix, committed.