Actions
Story #7180
closedAs a user, I can see the user who dispatched a task on the Task
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Ticket moved to GitHub: "pulp/pulpcore/1917":https://github.com/pulp/pulpcore/issues/1917
Motivation¶
- Users would benefit from knowing which user initiated a task
- RBAC would benefit from in-a-task knowing which user initiated a task
Proposal¶
Add a user
field to the Task which would be the Field type provided by django-currentuser
as shown in this example.
The attribute will be named created_by
.
Related issues
Actions