projects
/
project/views_bulk_operations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8d3a5d1
)
Issue #1307018: The rules action for loading a list of entities from a VBO view shoul...
author
Bojan Zivanovic
Wed, 12 Oct 2011 15:42:42 +0000 (17:42 +0200)
committer
Bojan Zivanovic
Wed, 12 Oct 2011 15:42:42 +0000 (17:42 +0200)
views_bulk_operations.rules.inc
patch
|
blob
|
blame
|
history
diff --git
a/views_bulk_operations.rules.inc
b/views_bulk_operations.rules.inc
index
0ad4dc3
..
8e9f1a6
100644
(file)
--- a/
views_bulk_operations.rules.inc
+++ b/
views_bulk_operations.rules.inc
@@
-224,7
+224,6
@@
function _views_bulk_operations_rules_get_field($view_target, $args) {
$view = views_get_view($view_name);
$view->set_display($display_name);
$view->set_arguments($view_arguments);
- $view->display_handler->set_option('pager', array('type' => 'none', 'options' => array()));
$view->build();
$vbo = _views_bulk_operations_get_field($view);
// Unset every field except the VBO one (which holds the entity id).