Discovered in #2704075: Clicking the "My account" main menu link results in JS errors and nothing happening β .
Suppose you make a request:
HTTP GET http://drupal/user?_wrapper_format=drupal_dialog
β¦ then UserController::userPage()
will send a redirect response. But rather than persisting the _wrapper_format
query string, it will lose it. Which means you'll get a HTML response rather than a Drupal dialog response! Bam, everything is broken.
Note that JS can't do anything about this: such redirects are handled in the browser, before JS can even see the redirect.
Persist the wrapper format querystring.
None.
None.
None.
Needs work
10.1 β¨
Last updated
It denotes an issue that prevents porting of a contributed project to the stable version of Drupal due to missing APIs, regressions, and so on.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.