Is there a chance to see this module ported to Drupal 7?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 995522-node_delete_multiple.patch | 2.15 KB | webflo |
Is there a chance to see this module ported to Drupal 7?
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 995522-node_delete_multiple.patch | 2.15 KB | webflo |
Comments
Comment #1
kars-t commentedWe start to convert it now at #cococodesprint
Comment #2
kars-t commentedDone! :D
Thanks drupalexio!
Comment #3
webflo commentedTake advantage of drupal 7 api functions. d7 has node_multiple_delete. http://api.drupal.org/api/drupal/modules--node--node.module/function/nod...
Replace bulkdelete_node_delete_standard with node_delete_multiple. Patch is attached.
Comment #4
kars-t commented#995522 by webflo: Drupal 7 optimizations