Move "Clone" button to the end of the list of asset buttons.

This commit is contained in:
Michael Stenta 2018-05-23 12:37:06 -04:00
parent 6961cd4786
commit bd751b4fd3
1 changed files with 2 additions and 1 deletions

View File

@ -189,10 +189,11 @@ function farm_theme_views_bulk_operations_form_alter(&$form, &$form_state, $vbo)
$end_actions = array(
'action::farm_flags_action',
'action::farm_log_assign_action',
'action::log_clone_action',
'action::farm_group_asset_membership_action',
'action::farm_asset_archive_action',
'action::farm_asset_unarchive_action',
'action::farm_asset_clone_action',
'action::log_clone_action',
'action::views_bulk_operations_delete_item',
);
$i = 0;