Expected: After saving form controller form, go back to the original form that I was on that had the 'Configure form' link.
Actual: Just sits there on the form controller form.

Comments

dave reid’s picture

Status: Active » Needs review
StatusFileSize
new966 bytes

Patch that adds the destination query to the 'Configure this form' links.

dave reid’s picture

StatusFileSize
new1.27 KB

New patch that also adds a 'Cancel' link that will go back to the form.

hefox’s picture

working fine for me :)

mrfelton’s picture

Status: Needs review » Reviewed & tested by the community

good.

jcmarco’s picture

Great

sun’s picture

Project: Form controller » Form
Version: 6.x-2.x-dev » 6.x-1.x-dev
Status: Reviewed & tested by the community » Needs work
sun’s picture

+++ form_controller.module	28 Nov 2009 18:58:12 -0000
@@ -118,6 +118,12 @@ function form_controller_form(&$form_sta
+  if (isset($_REQUEST['destination'])) {

This should be $_GET.

This review is powered by Dreditor.

dave reid’s picture

Status: Needs work » Fixed

Adjusted to $_GET and committed to CVS: http://drupal.org/cvs?commit=299410

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.