1) Install fasttogle
2) Make a view of nodes with fasttoggle node link that is available at global URL
3) Try link
4) Get error that fasttoggle failed

Fasttogle passes post data from it's js as a security measure. When node/*/toggle/* is reached it redirects, losing that post data. Patching spaces is only secure way around this issue as far as I could figure.

the exclude_paths in spaces_type_purl doesn't cut it (it's to exclude the space from activate, not the redirect from happening).

Patch for d6; will update it when I can thus the needs work.

CommentFileSizeAuthor
spaces_exclude_path_redirect.patch580 byteshefox
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hefox’s picture

Version: 6.x-3.2 » 7.x-1.x-dev
Issue tags: +Needs backport to D6

meant to put this in 7.x for backport later