diff --git a/app/View/GalaxyClusters/ajax/index.ctp b/app/View/GalaxyClusters/ajax/index.ctp index 527393644..bcfb088ec 100644 --- a/app/View/GalaxyClusters/ajax/index.ctp +++ b/app/View/GalaxyClusters/ajax/index.ctp @@ -243,11 +243,7 @@ 'icon' => 'code-branch', 'complex_requirement' => array( 'function' => function($row, $options) { - return !$options['datapath']['default'] && - ( - $options['me']['Role']['perm_site_admin'] || - ($options['me']['org_id'] == $options['datapath']['org'] && $options['me']['Role']['perm_galaxy_editor']) - ); + return $options['me']['Role']['perm_galaxy_editor']; }, 'options' => array( 'me' => $me,