You are here

constant VIEWS_BULK_OPS_STEP_VIEW in Views Bulk Operations (VBO) 5

Same name and namespace in other branches
  1. 6.3 views_bulk_operations.module \VIEWS_BULK_OPS_STEP_VIEW

@file Allow bulk node operations directly within views.

BUGS:

  • settings for bulk ops views are currently stored in the variables table, and there's no way to hook into the view delete process, so settings stick around after a corresponding view has been deleted. If cruft becomes an issue we should switch to using our own table for storing this info and we can prune it using 'where vid not in (select vid from view... )' etc...
2 uses of VIEWS_BULK_OPS_STEP_VIEW
views_bulk_operations_form in ./views_bulk_operations.module
views_bulk_operations_form_validate in ./views_bulk_operations.module

File

./views_bulk_operations.module, line 16
Allow bulk node operations directly within views.

Code

define('VIEWS_BULK_OPS_STEP_VIEW', 1);