You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each localisation can have it's own publishing time set
Behaviour + steps
Create a page in locale1 and set publish date in future // there is a new record in QueuedJobDescriptor with locale1 written in SavedJobData
Localise page in locale2; you can see warning of emabrgo and same date as in locale1 although we didn't set the emabargo for locale2 yet
Set emabargo date for locale2 // the previous QueuedJobDescriptor record gets deleted and new one with locale2 written in SavedJobData
Extra step: switch back to locale1 and set the emargo date again // this time new QueuedJobDescriptor get's created with locale1 written in SaveJobData
Problem
After creating localisation in locale2, the warning shouldn't be displayed as we didn't set any embargo for that locale yet
After step 3 we have only one QueuedJobDescriptor for locale2 instead 2 for both locales
The text was updated successfully, but these errors were encountered:
Thanks for raising this with such detailed steps to reproduce!
The bugs you've raised under With EmbargoExpiryFluentExtension definitely warrant looking in to and resolving. We need to make sure that the messaging is clear (for each locale respectively) and that the correct jobs are created and maintained.
I don't think we would spend any time on Without EmbargoExpiryFluentExtension, as the expectation would be that you do use the EmbargoExpiryFluentExtension if you have Fluent installed. I'm going to keep a record of them here, but I'm going to remove them from the Issue description so that the focus is on With EmbargoExpiryFluentExtension.
@chrispenny I somehow missed your response. As instructed I always test things on latest clean SS installation (in this case SS 5.2.x) and only thing added extra was embargo-expiry v2.0.0
Expected result
Behaviour + steps
Problem
The text was updated successfully, but these errors were encountered: