webform_download_sids() takes a $uid argument (similar to webform_get_submission_count), but never actually uses it when building the list of sids.

Comments

danchadwick’s picture

Version: 7.x-3.18 » 7.x-4.x-dev
Issue summary: View changes

Is there still interest in this? While I don't see allowing users to download their submissions, I can imagine letting someone use this function to do so via a custom module.

This is an old request. If there is no longer interest, I will remove the parameter and close the issue.

danchadwick’s picture

Status: Active » Closed (works as designed)

In 7.x-4.x, the $uid argument doesn't do what you would think it does. It returns limits the query for 'new' submissions only to those not downloaded yet by this user.