We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859eaec commit c4647c5Copy full SHA for c4647c5
1 file changed
api/src/Page/DC.php
@@ -400,7 +400,7 @@ function _data_collections($single = null)
400
}
401
402
# Data collection group
403
- if ($this->has_arg('dcg') || $this->has_arg('PROCESSINGJOBID')) {
+ if ($this->has_arg('dcg') || $this->has_arg('PROCESSINGJOBID') || $this->has_arg('id')) {
404
$fields = "count(distinct dca.datacollectionfileattachmentid) as dcac,
405
if(dca.fileType='recip',1,0) as recip,
406
count(distinct dcc.datacollectioncommentid) as dccc,
0 commit comments