@ -126,6 +126,8 @@ angular.module('openproject.workPackages.directives')
activeSelectionBorderIndex = WorkPackagesTableService.selectRowRange(scope.rows, row, activeSelectionBorderIndex);
} else {
setRowSelectionState(row, !currentRowCheckState);
scope.activationCallback({ id: row.object.id, force: false });
}
};