Problem/Motivation
If I use recurring date in inline the parent entity is entity from the main form.
After that, we take the following error after each cron run:
Drupal\Core\Entity\Query\QueryException: Invalid specifier 'rrule' in Drupal\Core\Entity\Query\Sql\Tables->addField() (line 309 of /var/www/html/web/core/lib/Drupal/Core/Entity/Query/Sql/Tables.php).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | smart-date-3405129-wrong-parent-entity-2.patch | 1.48 KB | igor mashevskyi |
Comments
Comment #2
igor mashevskyi commentedComment #4
mandclu commentedThanks for identifying this, and for providing a fix. I ended up refactoring it a little to make the code more readable.