Posted by greggles on January 28, 2009 at 5:49pm
Jump to:
| Project: | Views Bulk Operations (VBO) |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | infojunkie |
| Status: | closed (fixed) |
Issue Summary
I've been doing lots of work recently to strip things away from the confirmation screen. It currently gets the attachments and header and footer added to the page even though those are unlikely to make sense on the confirmation screen.
I think it might be ok to just remove all of these from that page in general, but if some people find them useful then we might need a checkbox for them.
Comments
#1
In the case of the header/footer, they can be overridden with:
$view->display_handler->set_option('header', '');$view->display_handler->set_option('footer', '');
#2
Fixed in latest dev release. Thanks.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.