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
As there is only one moderation_object per instance, and this moderation object can go from Pending->Approved->Pending->Approved etc., it would be great if the moderation_reason was not overwritten on each call to approve() (in models._moderate()
Current work-around is to provide a custom approve()/reject() on your model.
The text was updated successfully, but these errors were encountered:
As there is only one moderation_object per instance, and this moderation object can go from Pending->Approved->Pending->Approved etc., it would be great if the moderation_reason was not overwritten on each call to approve() (in models._moderate()
Current work-around is to provide a custom approve()/reject() on your model.
The text was updated successfully, but these errors were encountered: