Closed (duplicate)
Project:
Pathauto
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2012 at 15:11 UTC
Updated:
31 Jan 2012 at 15:27 UTC
'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
Comment #1
dave reidThe 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).
Comment #2
andjules commentedDuh! Thanks, Dave. Clearing cache worked, of course.
Comment #3
andjules commentedwell, it worked in making the action available. I ended up getting a parse error when trying to update the URL alias.
Comment #3.0
andjules commentedaddendum > maybe it's just me?