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
Do not validate first_published_at against govt dates for historic or political editions
Users trying to edit previously published, historic documents are unable to do so if the `first_published_at` date was (correctly) updated in the past, since the validation prevents them from saving. This caused a minor production incident.
This commit (along with the previous one) fixes this by ensuring the `first_published_preceeds_change_notes` validation doesn't run on historic or political editions.
0 commit comments