Change details pane selection on single-click

pull/1848/head
Hagen Schink 10 years ago
parent 95310c88ae
commit 967c261acf
  1. 2
      app/assets/javascripts/angular/work_packages/directives/work-packages-table-directive.js

@ -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 });
}
}
};

Loading…
Cancel
Save