Just noticed that some of our VBO views do not show the Operations tab and nor do they allow access to the "operations" settings to choose which actions are configurable. The common thread is that each of these views contains more than 1 arg, i.e., is comprised of subpaths.
So, the VBO view for /published shows the Operations tab and allows setting which actions can be executed by accessing /published/operations.
However, the VBO view for /published/archived does not show an Operations tab and when I try to manually access /published/archived/operations it just redirects me back to the view.
Any ideas on how to get around this so I can make changes to the /published/archived VBO operations?
Comments
Comment #1
btully commentedComment #2
infojunkieI am not getting this problem. The default VBO shipped with this module has URL admin/content/node2 and the "Operations" tab shows fine. I tried creating new views with multi-arg URLs and the tab showed still. There must be something else that causes this. Try to insert a var_dump($path); after line 76 and make sure the code does get there. Keep me posted.
Comment #3
jonathan_hunt commentedI ran into this issue when I was using a View with an argument. No sign of the operations tab. If I handcrafted the URL admin/build/views/[viewname]/operations, then checked the checkboxes and submitted the form, I found the View would then work with the argument passed.
Comment #4
infojunkieI was able to reproduce something close to this and I checked in a fix. Please try the latest -dev version. Thanks!
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.