Closed (won't fix)
Project:
Webform
Version:
6.0.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
9 Apr 2021 at 10:52 UTC
Updated:
12 Jun 2023 at 17:03 UTC
Jump to comment: Most recent
Comments
Comment #2
larisse commentedComment #3
larisse commentedComment #4
larisse commentedHelo! About your question, an anonymous user can not make submissions on the form, but can download the submissions made?
Comment #5
mig2fly commentedHello! Yes the user can see all submissions, but cannot make new. the webform is used has a kind of database. The problem is that dispicte he is not allowed to make new submission, the user is allowed to import an csv and mess up the all thing.
Comment #6
larisse commentedHi!
Can you check if these permissions is enabled for anonymous user in your configuration?
These permissions allow the anonymous users upload archives in your webform so I guess if you uncheck, you will not more problem with this.
Comment #7
jrockowitz commentedThe "update any submission" permission is required to import submission. I think this makes sense from an access control perspective and should not be changed.
If you want to change the route's permission, you can alter it via custom code.
@see webform_submission_export_import.routing.yml
Comment #8
jrockowitz commentedComment #9
mably commentedHi @jrockowitz, why is the "update any submission" not applied to the node specific route?
We can see that the following line is missing in version 6.1.4:
_entity_access: 'webform.submission_update_any'Is there any specific reason for that? Could it be added?
Thanks.
Comment #10
jrockowitz commentedThis looks like a mistake that we can fix. Please create a new ticket.
Comment #11
mably commentedThanks for your quick answer, issue has been created: https://www.drupal.org/project/webform/issues/3366265