Prevent sample row in samples datatable from toggling when clicking on smart annotation link. [SCI-913]

This commit is contained in:
Matej Zrimšek 2017-01-24 10:56:10 +01:00
parent 2e041d9e81
commit b48e48e100

View file

@ -215,6 +215,8 @@ function dataTableInit() {
// Handle table draw event
table.on('draw', function() {
updateDataTableSelectAllCtrl(table);
// Prevent sample row toggling when selecting user smart annotation link
SmartAnnotation.preventPropagation('.atwho-user-popover');
});
return table;