Please add this little into the link for node operations:

?destination=admin/content/filter

Same like in drupal's content overview. It makes changes mutch easier if you get back to admin after saving!

Comments

checker’s picture

Title: Destionion into link » Destination into link
nunoveloso’s picture

Status: Active » Fixed

Hello! Sorry for being away but I have been very very busy lately.

This issue is fixed on stable version 1.6.

Thank you.

Status: Fixed » Closed (fixed)

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

checker’s picture

Version: 6.x-1.4 » 6.x-1.6
Status: Closed (fixed) » Active

Hello!

This issue is fixed on stable version 1.6.

I'm using v 1.6 but i can't find this issue implemented?!

nancydru’s picture

It works fine in 5.x-1.4. But you are correct, this is missing in 6.x.

Find the line that says

      $form['operations'][$node->nid] = array('#value' => l(_cmf_get_img('edit', t('edit')) .' '. 
        t('edit'), 'node/'. $node->nid .'/edit', array('html' => TRUE)));

and change it to:

      $form['operations'][$node->nid] = array('#value' => l(_cmf_get_img('edit', t('edit')) .' '. 
        t('edit'), 'node/'. $node->nid .'/edit', array('query' => $destination, 'html' => TRUE)));
nancydru’s picture

This fixed in the patch in #517880: Coding standards.

nancydru’s picture

Status: Active » Fixed

Committed to 6.x-1.x-dev versions.

nancydru’s picture

Status: Fixed » Closed (fixed)

Included in new release.

tuffnatty’s picture

Sadly, this does not solve the issue when after, e.g., deleting multiple checked nodes, you end up in admin/content/node instead of admin/content/filter.

nancydru’s picture

Okay. Would you mind opening a new issue for that, please?