Closed (outdated)
Project:
Submit Again
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2010 at 17:16 UTC
Updated:
10 Sep 2021 at 21:48 UTC
Jump to comment: Most recent
Comments
Comment #1
Realeiko commentedI've tweaked submitagain_node_form_submit(...) to allow propagation of destination param. It works nice with Nodereference URL Module (It was my original need), allowing the creation of a bunch of secondary nodes from a view related to a primary node, and then coming back to de view in the last submit.
The key is $form_state['redirect'] can be an array, and the second value in this array can hold uri parameters, so propagating all parameters its only a matter of strings operation and sanitizing. My code is this:
Enjoy! I'm waiting for this usefull feature in next release! I hope it will be soon...! ;)
Comment #2
mlncn commentedHi Reileiko! Is your need for Drupal 6 or Drupal 7?
Comment #3
Realeiko commentedOps!! It's for Drupal 6.
Comment #4
avpadernoI am closing this issue, as it has been created for a release that is now not supported.