Closed (fixed)
Project:
Drupal core
Version:
8.1.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2015 at 21:07 UTC
Updated:
29 Feb 2016 at 08:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mac_weber commentedComment #4
mac_weber commentedFixed class aliasing
Comment #5
mac_weber commentedComment #6
mac_weber commentedComment #7
mile23Soooo close...
Patch applies, and gets all but one of the occurrences of
entity_load('view'). It's inDisplayTest.php.Rerunning the test anyway because that could be informative.
Comment #8
heykarthikwithuworking on this.
Comment #9
naveenvalechaThe issue title states this issue scopes only for the replacement of entity_create replacement.
Does this needs a new followup/existing issue already exist OR we need to push into this one ?
P.S. : #8 automatically got unassigned when submitting form. feel free to assign again but I have question on the scope of this issue
Comment #10
heykarthikwithuChanges as per #7.
@naveenvalecha, I have checked
DisplayTest.php, their was anentity_create,$view = entity_create('view')->getExecutable();so i proceeded to give a patch, this might be a copy paste mistake by Mile23.
Comment #11
naveenvalecha#10, well make sense.
Here we go, applied patch locally and there was no entity_create left, Thanks!
Comment #13
catchCommitted/pushed to 8.1.x, thanks!