I need a way filter user submissions per role when downloading submissions. This is needed when the site has one default questionnaire, which is answered by people from many different user groups simultaneously. The best way to get a list of submissions for one specific group is to have different roles for each of the groups and then filter the submissions based on that role.

The attached patch adds this functionality. The patch is quite straightforward and shouldn't cause any unwanted side effects. I really hope this patch will be accepted as part of the next version.

CommentFileSizeAuthor
add_dowload_per_role.patch2.88 KBttiurani
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DanChadwick’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This is outside of what would go into webform core.

Maybe use the -4.x views integration and the views export module?