Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
taxonomy.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Feb 2014 at 21:34 UTC
Updated:
18 Oct 2014 at 15:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rbayliss commentedComment #2
rbayliss commentedReroll.
Comment #3
rbayliss commentedLooks like this has become even more broken - in addition to the "Load default filter from node page" not working, I'm now getting a fatal if "Load default filter from term page" is checked. Pretty clear we need some tests I guess. Here's a reroll of the previous patch with the fix for the fatal, and a test for both.
Comment #4
olli commentedComment #5
dawehnerThank you for your work on this issue, especially given that it has some proper test.
<3 but here is a question, can't we directly use a kernel test base in that case?
We don't store UUIDs for test views.
This view should be probably reexported, because for example this value is now different.
Comment #6
rbayliss commentedThanks for the feedback. In theory I think we could use KernelTestBase for that test, but it would involve a lot of duplication of code between the TaxonomyTestBase to recreate the nodes and terms with the proper fields (more code than the tests themselves actually), so I'm not convinced it's worth it. Feel free to kick it back to needs work if you disagree.
Reroll to remove UUID and update the field_language value.
Comment #7
dawehner+1
Comment #8
alexpottCommitted d76bf40 and pushed to 8.0.x. Thanks!