Problem/Motivation
Error: Call to undefined method Drupal\Core\Form\FormAjaxException::getStatusCode() in ResponseCodeCondition.php
Steps to reproduce
I'm not sure what combination produced this issue but it seems to come from the google_tag module condition resolution during form ajaxing.
Proposed resolution
Check for the method or the type of exception.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | response_code_condition-error-undefined-method-getstatuscode-during-ajax-exception-error-3366575-4.patch | 969 bytes | v.dovhaliuk |
Issue fork response_code_condition-3366575
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
pookmish commentedComment #4
v.dovhaliuk commentedUsing a merge request as a patch poses a security concern.
Therefore, I am providing a patch to address this issue.