Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2011 at 16:13 UTC
Updated:
22 Jul 2011 at 22:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedThis patch adds the pre_render function in the views_plugin class. Another approach would be to add it to the views_object class and remove it from the views_handler class. That would require adding an options_form implementation to views_object.
If this will be committed, then
parent::options_form($form, $form_state);should be added to all plugins, as I have for the query plugins in this patch. Let me know if this is the correct approach and I can post a new patch with those additions.Comment #2
dawehnerThere was no real specific reason to not put it on plugins,
because there was no use case when this got implemented but sure this makes sense.
So thanks for providing the patch. Commited to 7.x-3.x