Skip to content

Commit

Permalink
remove operations field and filter. doesn't exist in D7
Browse files Browse the repository at this point in the history
  • Loading branch information
SupermanScott committed Dec 31, 2010
1 parent 0a34d02 commit 91e673c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions views/activity.views.inc
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,6 @@ function activity_views_data() {
'handler' => 'views_handler_sort',
),
);
// Views doesn't allow for a field of op. It is used elsewhere by Views
$data['activity']['operation'] = array(
'title' => t('Operation'),
'help' => t('The operation being performed (update, insert, etc.)'),
'field' => array(
'handler' => 'views_handler_field',
'field' => 'op',
),
'filter' => array(
'handler' => 'activity_views_handler_filter_operations',
'field' => 'op',
),
'argument' => array(
'handler' => 'views_handler_argument_string',
'field' => 'op',
),
);
$data['activity']['type'] = array(
'title' => t('Type'),
'help' => t('The type of object being acted upon (node, user, etc.)'),
Expand Down Expand Up @@ -279,7 +262,6 @@ function activity_views_handlers() {
// Filter handlers.
'activity_views_handler_filter_access',
'activity_views_handler_filter_uid_access',
'activity_views_handler_filter_operations',
'activity_views_handler_filter_actions_id',

// Argument Handlers.
Expand Down

0 comments on commit 91e673c

Please sign in to comment.