Closed (fixed)
Project:
Editable Views
Version:
7.x-1.0-beta6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2013 at 15:56 UTC
Updated:
29 Nov 2013 at 09:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Paul B commentedComment #2
Paul B commentedThe patch works for me.
Comment #3
joachim commentedThanks for the patch! I guess this is caused by field instances that haven't been deleted when a module is disabled.
Just a few tweaks to make it more readable:
It's actually fine to check all the levels of the array at once. So we only need the second isset() as it will check for both array levels.
Also, patch has a whitespace change that's crept in.
Comment #4
drone.ah commentedI've removed the redundant isset statement but I can't find the whitespace error... :-/ can you be more specific?
Comment #5
Paul B commentedComment #6
joachim commentedCommitted. Thanks!
git commit -m "Issue #2089521 by drone.ah: Fixed notice for fields on missing entity types." --author="drone.ah "