After #2854819: Replace deprecated url method many AJAX forms fail, like page creation wizard in page manager UI. An Url object is assigned where a string is expected.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ctools-url_to_string_forms-3033651-2.patch | 4.88 KB | manuel.adan |
Comments
Comment #2
manuel.adanComment #3
joelpittetThanks @manuel.adan for catching that. Reading the deprecation notice doesn't explicitly indicate the return type change, would be nice to have a __toString() method on that object, IMO
Comment #5
manuel.adanThe Url::__toString() was in 8.0 but deprecated soon after #2416971: Remove Url::__toString()
Comment #7
dqddo we need reroll against latest 4.x dev or is it fixed there already?
Comment #8
dqdApart from that Page Manager UI still not working. Short AJAX clock popping up near the button and nothing happens.