Project

Profile

Help

Story #7180

Updated by pulpbot about 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/1917":https://github.com/pulp/pulpcore/issues/1917 




 ---- 


 ## Motivation 

 1. Users would benefit from knowing which user initiated a task 
 2. 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](https://github.com/PaesslerAG/django-currentuser#quickstart). 

 The attribute will be named `created_by`. 

 

Back