Posted by L-four on June 9, 2012 at 8:53am
7 followers
| Project: | Metatag |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | L-four |
| Status: | needs work |
Issue Summary
I made this module http://drupal.org/sandbox/L-four/1603672 for one of my clients so they could quickly update there metatag using views bulk operations.
I made this Issue to merging this views bulk operations functionality with the core metatag module.
Comments
#1
#2
#3
The last submitted patch, metatag-merging metatag_vbo into metatag-1624266.patch, failed testing.
#4
#1: metatag-merging metatag_vbo into metatag-1624266.patch queued for re-testing.
#5
The last submitted patch, metatag-merging metatag_vbo into metatag-1624266.patch, failed testing.
#6
I am guessing test bot doesn't like spaces, TT _ TT
#7
#8
Good idea. Two things I'd like to see:
#9
This would be a nice feature!
any progress on testing?
#10
It would be nice if this could re-use metatag_metatags_form() which handles all the logic of filtering out values which match the default configuration for the entity. I feel like this patch is potentially duplicating a lot of code. Also agreed that this should be easy to support from the main module. Does VBO support placing its hooks inside a sub-file like metatag.vbo.inc using hook_hook_info()?