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
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 1567096-4.patch | 1.3 KB | swentel |
| #3 | 1567096-3.patch | 1.44 KB | swentel |
Comments
Comment #1
swentel commentedok, confirmed, something went completely wrong in D 7.14, this used to work in D 7.12 :/
Comment #2
swentel commentedIt 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.
Comment #3
swentel commentedThis is the patch for the second branch, already committed.
Needs backport.
Comment #4
swentel commentedAnd this is the patch for the first branch.
Comment #5
grient commentedThanks for the quick fix!
Comment #7
iwerksom commentedTested 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.