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
Once we fix #15352 we'll want to backfill data to make sure past ActivityLog for actual rejections after a delay have the right ReviewActionReasons attached (through ReviewActionReasonLog - that should happen automatically when a ReviewActionReasons instance is added to the arguments of the ActivityLog), starting from 2025-01-
This should happen through a one-off management command firing a task.
Cinder decisions need to be updated as well. Each ReviewActionReason is linked to a CinderPolicy and each ContentDecision is linked to CinderPolicy through a M2M. When we create decisions in Cinder, we pass a list of policy_uuids corresponding to the policies attached to the decision. That needs to be replicated to backfill the data in Cinder - this might require a new API on their side to edit a decision, as they are not supposed to be changed so the API to do that might not exist yet.
Acceptance Criteria
The content you are editing has changed. Please copy your edits and refresh the page.
Description
Once we fix #15352 we'll want to backfill data to make sure past
ActivityLog
for actual rejections after a delay have the rightReviewActionReasons
attached (throughReviewActionReasonLog
- that should happen automatically when aReviewActionReasons
instance is added to the arguments of theActivityLog
), starting from 2025-01-This should happen through a one-off management command firing a task.
Cinder decisions need to be updated as well. Each
ReviewActionReason
is linked to aCinderPolicy
and eachContentDecision
is linked toCinderPolicy
through a M2M. When we create decisions in Cinder, we pass a list ofpolicy_uuids
corresponding to the policies attached to the decision. That needs to be replicated to backfill the data in Cinder - this might require a new API on their side to edit a decision, as they are not supposed to be changed so the API to do that might not exist yet.Acceptance Criteria
Milestones/checkpoints
Checks
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: