- Issue created by @Grevil
- Merge request !19Issue #3534127: Fix missing mandatory "AdContent" entity revision keys → (Merged) created by Grevil
Automatically closed - issue fixed for 2 weeks with no activity.
Inside 🐛 Integrate with scheduler module Active I got the error "publish_on" not found after a scheduled ad_content entity should be published through cron via entity query, even when both the normal and revision data table of the ad_content entity had the "missing" field as a column in place as expected.
Turns out, the "AdContent" entity is revisionable, but does NOT provide a "revision_data_table" entity key, leading to the error, because scheduler can not resolve the "revision_data_table" in the SchedulerManager $query->latestRevision()
call, leading to the "publish_on" error not found (which is quite confusing, as it should say "could not resolve revision data table" but whatever...).
Add the mandatory revision entity keys.
Active
11.0
ad module
Automatically closed - issue fixed for 2 weeks with no activity.