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
On admin/models/reviewers/reviewactionreason/ please add the linked CinderPolicy parent as text and sub-policy name as linked text.
On admin/models/abuse/cinderpolicy please add the linked ReviewActionReason name as linked text. Note that there might be more than one ReviewActionReason for one CinderPolicy.
The CinderPolicy FK on the ReviewActionReason should only be mandatory if the ReviewActionReason is enabled.
Changing ReviewActionReason.is_active from True to False should not require a CinderPolicy FK to be added or present.
Changing ReviewActionReason.is_active from False to True should require a CinderPolicy FK to be added or present.
I tested this on -DEV and it looks ok.
If the: is active flag is set to false the cinder policy is not required
If the: is active is set to true, a cinder policy is required and saving is not possible until one is added.
Linked cinder policy column was added in review action reason.
admin/models/reviewers/reviewactionreason/
please add the linkedCinderPolicy
parent as text and sub-policy name as linked text.admin/models/abuse/cinderpolicy
please add the linkedReviewActionReason
name as linked text. Note that there might be more than oneReviewActionReason
for oneCinderPolicy
.CinderPolicy
FK on theReviewActionReason
should only be mandatory if theReviewActionReason
is enabled.ReviewActionReason.is_active
fromTrue
toFalse
should not require aCinderPolicy
FK to be added or present.ReviewActionReason.is_active
fromFalse
toTrue
should require aCinderPolicy
FK to be added or present.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: