Skip to content

Commit db6b69a

Browse files
author
Isaac Connor
committed
Use translated yes instead of 'yes'. Fixes #4270
1 parent 31e3e82 commit db6b69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/skins/classic/views/js/events.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function getArchivedSelections() {
134134
const selection = $j.map(table.bootstrapTable('getSelections'), function(row) {
135135
return row.Archived;
136136
});
137-
return selection.includes('Yes');
137+
return selection.includes(yesString);
138138
}
139139

140140
function onDeleteClick(evt) {

0 commit comments

Comments
 (0)