Problem/Motivation
The below webform is causing a recursion.
/webform/test_form_prepopulate?source_entity_type=webform&source_entity_id=contact
\Drupal\webform\Plugin\WebformSourceEntity\QueryStringWebformSourceEntity::getSourceEntity
…is calling… \webform_access_webform_access
…which is calling… \Drupal\webform\WebformRequestInterface::getCurrentSourceEntity
…which is calling… \Drupal\webform\Plugin\WebformSourceEntity\QueryStringWebformSourceEntity::getSourceEntity
This issue only occurs when the source entity_type is webform and the webform_access.module is installed.
Proposed resolution
TBD
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3008205-4.patch | 998 bytes | jrockowitz |
| #2 | 3008205-2.patch | 2.91 KB | jrockowitz |
Comments
Comment #2
jrockowitz commentedComment #4
jrockowitz commentedComment #6
jrockowitz commented