Actions
Issue #5894
closedCreating a RepositoryVersion outside of a task raises an exception
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Pulp raises an exception if a repository version is created outside of a task.
Updated by fao89 almost 5 years ago
staticmethod is not working
In [1]: Task.current is None
Out[1]: False
In [2]: Task.current() is None
Out[2]: True
In [3]: Task.current
Out[3]: <function pulpcore.app.models.task.Task.current()>
Updated by daviddavis almost 5 years ago
- Status changed from NEW to POST
- Assignee set to daviddavis
Added by daviddavis almost 5 years ago
Updated by daviddavis almost 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|7c1aee68391d19befed1ad33c30d94857b7d7eab.
Added by daviddavis almost 5 years ago
Revision b0195d04 | View on GitHub
Fix call to Task.current()
fixes #5894 https://pulp.plan.io/issues/5894
(cherry picked from commit 7c1aee68391d19befed1ad33c30d94857b7d7eab)
Updated by daviddavis almost 5 years ago
Applied in changeset pulpcore|b0195d04e94d5b34b5aa3bbf94380ba54fffc848.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix call to Task.current()
fixes #5894 https://pulp.plan.io/issues/5894