Project:Content Management Filter
Version:6.x-1.6
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Title:Destionion into link» Destination into link

#2

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.

#3

Status:fixed» closed (fixed)

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

#4

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?!

#5

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)));

#6

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

#7

Status:active» fixed

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

#8

Status:fixed» closed (fixed)

Included in new release.

#9

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.

#10

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

nobody click here