Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
block_content.module
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Mar 2015 at 23:12 UTC
Updated:
7 Apr 2015 at 23:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
larowlanWill pick at this next week
Comment #2
larowlanor maybe today
Comment #4
jhodgdonAs in comments on the other similar issues you're working on, in the ViewsData class you should just be able to get rid of this type of line (which will say "don't override this from the defaults provided by EntityViewsData base class):
And then if the views configs have links, you'll need to do something similar to what I suggested on #2456713-7: Custom taxonomy field views handler needs to be replaced with generic Field API handler.
We might also need to deal with the block content type field on a separate issue. Actually there are similar problems with Node. We probably need to write a field-entity-aware dedicated Bundle plugin... I think we discussed that at some point. Maybe we should remove 'type' from this patch and file a separate issue?
Comment #5
dawehnerSo yeah, we should be able to skip them.
Let's fix the test failures quickly.
Comment #6
dawehnerThis wasn't everything.
Comment #7
jibranRTBC if green.
/me wonders who added so many redundant views plugins oh wait it was @jibran ;-)
Comment #11
dawehnerIt is green
Comment #12
alexpottThis issue addresses a critical bug and is allowed per https://www.drupal.org/core/beta-changes. Committed b568a4d and pushed to 8.0.x. Thanks!