'Update URL alias' is showing up as an action under /admin/content but NOT within the list of actions available when configuring a VBO field in a view. So I can bulk update an entire content type, but I can't make a refined view and update those nodes' aliases.
I also applied this patch to no avail: http://drupal.org/node/1189844
Admittedly, it's entirely possible that I'm missing a configuration step... I was kind of expecting the 'Update URL alias' to simply show up in the VBO field configuration in views... Do I need to do something to make it available?

Comments

dave reid’s picture

Status: Active » Closed (duplicate)

The patch in #1189844: Add hook_action_info() integration for use with Views Bulk Operations is the correct way to support this. Remember after applying the patch you need to clear all caches since there are new hooks available (just run update.php).

andjules’s picture

Duh! Thanks, Dave. Clearing cache worked, of course.

andjules’s picture

well, it worked in making the action available. I ended up getting a parse error when trying to update the URL alias.

andjules’s picture

Issue summary: View changes

addendum > maybe it's just me?