You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/scripts/controllers/drugs.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,6 @@ angular.module('oncokbApp')
114
114
},function(reason){
115
115
// something goes wrong then the data in database should not be updated.
116
116
});
117
-
mainUtils.sendEmailtoMultipulUsers(['kundrar@mskcc.org','chakravd@mskcc.org','nissanm@mskcc.org'],'Reminder: A therapy preferred name changed.',content);
content+='You have not completed curation of the assigned publication: '+queueItem.article;
436
-
if(queueItem.link){
437
-
content+='('+queueItem.link+')';
438
-
}
439
-
content+=' which was due on '+$scope.getFormattedDate(queueItem.dueDay)+'. Please complete this assignment as soon as possible and let us know when you have done this. \n\nIf you have already completed this task, please remember to CLICK THE GREEN CHECK BOX BUTTON at the Curation Queue page or the bottom of the gene page (this will let us know the task is complete). If you have any questions or concerns please email or slack us as needed.';
440
-
content+='Thank you, \nOncoKB Admin';
441
-
}else{
442
-
content+=queueItem.addedBy+' of OncoKB would like you curate the following publications in the indicated alteration, tumor type and section:\n\n';
content+='\nPlease try to curate this literature before '+$scope.getFormattedDate(queueItem.dueDay)+' and remember to log your hours for curating this data.\n\n';
461
-
content+='IMPORTANT: Please remember to CLICK THE GREEN CHECK BOX BUTTON at the Curation Queue page or the bottom of the gene page (this will let us know the task is complete).\n\n';
462
-
content+='If you have any questions or concerns please email or slack '+queueItem.addedBy+'.\n\n';
0 commit comments