fix select all on more then 49 items in search result row
This commit is contained in:
committed by
Bill Thornton
parent
e4e9a7a5d3
commit
4192cd8d27
@@ -222,7 +222,7 @@ function showMenuForSelectedItems(e) {
|
||||
icon: 'check_box_outline_blank'
|
||||
});
|
||||
|
||||
// this assues that if the user can refresh metadata for the first item
|
||||
// this assures that if the user can refresh metadata for the first item
|
||||
// they can refresh metadata for all items
|
||||
if (itemHelper.canRefreshMetadata(firstItem, user)) {
|
||||
menuItems.push({
|
||||
|
||||
Reference in New Issue
Block a user