Used Drupal core: 7.14

When the page title of a display is set to "Manually set" through the Custom page title tab, there does not appear an input field. A full cache flush did not help.

Regards,
Leon

CommentFileSizeAuthor
#4 1567096-4.patch1.3 KBswentel
#3 1567096-3.patch1.44 KBswentel

Comments

swentel’s picture

Status: Active » Postponed (maintainer needs more info)

ok, confirmed, something went completely wrong in D 7.14, this used to work in D 7.12 :/

swentel’s picture

It looks like this was a subtle bug < D7.14 which I could abuse, see #735528: FAPI #states: Fix conditionals to allow OR and XOR constructions. I need some more confirmation first on that issue before I know what I need todo here.

swentel’s picture

Version: 7.x-2.x-dev » 7.x-1.x-dev
Status: Postponed (maintainer needs more info) » Patch (to be ported)
StatusFileSize
new1.44 KB

This is the patch for the second branch, already committed.
Needs backport.

swentel’s picture

Status: Patch (to be ported) » Fixed
StatusFileSize
new1.3 KB

And this is the patch for the first branch.

grient’s picture

Thanks for the quick fix!

Status: Fixed » Closed (fixed)

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

iwerksom’s picture

Tested the patch in #4 on Drupal 7.15 with ds 7.15 and it works.
Before no input field and now it is back again. Thanks for the help.