On class SuggestionStorage
due to https://www.drupal.org/node/2205327
at line: return \Drupal::database()->merge('suggestion')->key($key)->fields($fields)->execute();
we have an issue:
AssertionError: assert(is_string($field)) in assert()
This happens on search.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupal11-merge-fix-3483904-2.patch | 869 bytes | nagy.balint |
Comments
Comment #2
nagy.balint commentedUnfortunately we need to raise the requirement to Drupal 10.2 for the following patch to work.
Comment #4
bkelly commentedComment #5
bkelly commentedThanks nagy.balint appreciate the help!
Comment #6
bkelly commentedComment #7
bkelly commentedMy humble apologies nagy.balint. I got your Git attribution wrong, (nagybalint).
Comment #8
bkelly commented