Problem/Motivation

This issue is postponed on #2152073: Bump Drupal core's PHP requirement to 5.4.2.

It is spun off from #2075185: When an entity is in-place edited (i.e. saved), other instances of that entity on the same page are not updated (no propagation).

A hack to support PHP 5.3 must be undone once PHP 5.4 is the minimum requirement for Drupal 8.

Proposed resolution

The solution to this issue is known and will be attached.

User interface changes

None.

API changes

None.

Original report by @jessebeach

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jessebeach’s picture

Issue tags: +Spark
FileSize
2.75 KB

This patch unwinds the hack (as noted here: https://drupal.org/files/issues/interdiff_718.txt) put in place by Wim Leers in #2075185-11: When an entity is in-place edited (i.e. saved), other instances of that entity on the same page are not updated (no propagation).

I tested the patch on PHP 5.3.14 and it results in a PHP fatal error. After switching to PHP 5.4.4, the in-place editing works perfectly again.

Wim Leers’s picture

Drupal 8 requires PHP 5.4 as of last week, so we can now clean this up!

Patch didn't apply anymore; straight reroll.

dawehner’s picture

Issue tags: +Quick fix

Do we have a meta issue to track all of those issues?

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

.

dawehner’s picture

Status: Needs review » Reviewed & tested by the community

.

Wim Leers’s picture

@dawehner: not AFAIK.

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x. Thanks!

Wim Leers’s picture

Issue tags: -sprint

Hurray for getting quick fixes in quickly! :)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.