Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Oct 2014 at 11:51 UTC
Updated:
26 Oct 2014 at 21:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
larowlanMeh, wrong patch
Comment #2
larowlanComment #8
andypostis this related?
this needs code comment
unrelated?
Comment #9
larowlanyep unrelated hunks - fixed and added comment
Comment #10
berdirIt looks like those two cases could be combined better then?
Can't the two checks simply be combined to a single $this->entity instanceof EntityInterface in isEmpty() and below, remove the target_id call inside hasUnsavedEntity() ?
Comment #11
larowlanThanks - great points - and thanks for explaining on irc
Comment #12
berdirLooks good. You had to be running into this or you wouldn't have created the issue, so I guess others will too.
Comment #13
larowlanYep was working on content staging previews
Comment #16
berdirThis was a random fail.
Comment #17
alexpottCommitted 7340fee and pushed to 8.0.x. Thanks!