Move "Flag" action down the list.

This commit is contained in:
Michael Stenta 2018-04-23 17:55:59 -04:00
parent c516f917b6
commit bce07320e0
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ function farm_theme_views_bulk_operations_form_alter(&$form, &$form_state, $vbo)
// Move the "Assign", "Clone", "Group", "Archive", "Unarchive", and "Delete"
// actions to the end of the list.
$end_actions = array(
'action::farm_flags_action',
'action::farm_log_assign_action',
'action::log_clone_action',
'action::farm_group_asset_membership_action',