Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #126 from alex-bukach/og_membership_delete_action
Browse files Browse the repository at this point in the history
Fixed #125: Behavior for og_membership_delete_action
  • Loading branch information
alesrebec authored Jun 19, 2018
2 parents d16275a + 1d420a9 commit bda1c1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/actions/membership_delete.action.inc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function og_membership_delete_action_info() {
return array('og_membership_delete_action' => array(
'type' => 'og_membership',
'label' => t('Remove from group'),
'behavior' => array('deletes_property'),
'configurable' => FALSE,
));
}
Expand Down

0 comments on commit bda1c1b

Please sign in to comment.