Add tag to query check if the current user has exceeded the limit on current webform, built in _webform_submission_user_limit_check().
This would allow developers to modify the query as per their specific requirements.
Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | webform_tag_queries-1807696.patch | 703 bytes | quicksketch |
| #1 | webform-1807696-tag-submission-limit-check-query-1.patch | 885 bytes | maciej.zgadzaj |
Comments
Comment #1
maciej.zgadzaj commentedPatch against 7.x-3.x-dev attached.
Comment #2
quicksketchThanks! This is a good idea. I had to modify the patch slightly as the code has changed a bit since this was written. I also tagged the matching query for the "total" check.