Skip to content

Commit

Permalink
fix(RecycleBin) deactivate import, export and dedup. fixes #357
Browse files Browse the repository at this point in the history
  • Loading branch information
joebordes committed Jan 31, 2017
1 parent cc4da2e commit 62f087a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/RecycleBin/ListView.php
Expand Up @@ -168,6 +168,10 @@
$check_button = Button_Check($_REQUEST['module']);
$check_button['EditView'] = 'no';
$check_button['CreateView'] = 'no';
$check_button['Import'] = 'no';
$check_button['Export'] = 'no';
$check_button['Merge'] = 'no';
$check_button['DuplicatesHandling'] = 'no';
$smarty->assign("CHECK", $check_button);

$smarty->assign("ALPHABETICAL", $alphabetical);
Expand Down

0 comments on commit 62f087a

Please sign in to comment.