Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ehr/resources/web/ehr/studyButtons.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ EHR.DatasetButtons = new function () {
var params = {
schemaName: 'auditLog',
'query.queryName': 'DatasetAuditEvent',
'query.viewName': 'Detailed',
'query.intkey1~eq': row['Dataset/DataSetId']
'query.datasetId~eq': row['Dataset/DataSetId']
};

//NOTE: for demographics data, the objectId is not part of the LSID. therefore the best we can do is filter on Id, even though this might have changed over the life of the record.
Expand Down