Skip to content

Commit

Permalink
Merge pull request lexik#419 from multifinger/master
Browse files Browse the repository at this point in the history
FIX lexik#414 toggle all columns checkbox
  • Loading branch information
bartmcleod authored Nov 28, 2022
2 parents 59749a4 + de35154 commit c79c4bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Resources/public/js/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ app.controller('TranslationController', [

// toggle all columns
$scope.toggleAllColumns = function () {
$scope.areAllColumnsSelected = !$scope.areAllColumnsSelected;
angular.forEach($scope.columns, function(column) {
column.visible = $scope.areAllColumnsSelected;
});
Expand Down

0 comments on commit c79c4bc

Please sign in to comment.