The Edit box ajax submit causes multiple posts and renders for front page if there is a redirect from the internal path to /.
Example:
Default Front page set to: "node/12"

The box edit submit requests http://example.com/node/12, which then gets redirected to http://example.com/.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

recrit’s picture

Status: Active » Needs review
FileSize
2.54 KB

The patch attached added a function to resolve the current path as "" if its the front page.

recrit’s picture

Patch on #2151679: Edit box ajax submit causes multiple posts and renders for front page is similar, but this one adds a common function to get the path and url.

recrit’s picture

updated patch to set the missed $_GET['q']'s in the js settings

hefox’s picture

Status: Needs review » Closed (duplicate)

This was a duplicate then? closing