We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24a93eb + f9a2866 commit 6e426dcCopy full SHA for 6e426dc
1 file changed
contentcuration/contentcuration/viewsets/community_library_submission.py
@@ -320,7 +320,8 @@ def _add_to_community_library(self, submission):
320
categories=submission.categories,
321
country_codes=country_codes,
322
),
323
- created_by_id=submission.resolved_by_id,
+ # This change is not publishable and should not trigger publish-related logic
324
+ unpublishable=True,
325
)
326
apply_channel_changes_task.fetch_or_enqueue(
327
submission.resolved_by,
0 commit comments