Skip to content

Commit

Permalink
Fix empty operations fieldset reported at https://drupal.org/node/197…
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-g committed May 30, 2013
1 parent 2b70c1e commit e072b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commons_trusted_contacts.views_default.inc
Expand Up @@ -336,14 +336,14 @@ function commons_trusted_contacts_views_default_views() {
'override_label' => 0,
'label' => '',
),
'action::commons_groups_set_state_active_action' => array(
'action::commons_trusted_contacts_set_state_active_action' => array(
'selected' => 1,
'postpone_processing' => 0,
'skip_confirmation' => 1,
'override_label' => 1,
'label' => 'Approve',
),
'action::commons_groups_set_state_blocked_action' => array(
'action::commons_trusted_contacts_set_state_blocked_action' => array(
'selected' => 1,
'postpone_processing' => 0,
'skip_confirmation' => 1,
Expand Down

0 comments on commit e072b06

Please sign in to comment.