We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f911a commit c7aa0a2Copy full SHA for c7aa0a2
1 file changed
openedx_learning/apps/authoring/publishing/api.py
@@ -738,9 +738,6 @@ def reset_drafts_to_published(
738
it's important that the code creating the "next" version_num looks at the
739
latest version created for a PublishableEntity (its ``latest`` attribute),
740
rather than basing it off of the version that Draft points to.
741
-
742
- Also, there is no current immutable record for when a reset happens. It's
743
- not like a publish that leaves an entry in the ``PublishLog``.
744
"""
745
if reset_at is None:
746
reset_at = datetime.now(tz=timezone.utc)
0 commit comments