Posted by checker on February 20, 2009 at 5:15pm
Jump to:
| 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
#2
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
Automatically closed -- issue fixed for 2 weeks with no activity.
#4
Hello!
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
Committed to 6.x-1.x-dev versions.
#8
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?