Issue #8057
closedrequest.query_params does not contain 'account' use request.user instead
Description
It is only login operation that send 'account' in the query_params, other calls do not sent it
https://github.com/pulp/pulp_container/blob/master/pulp_container/app/registry_api.py#L321
Updated by lmjachky almost 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to lmjachky
Updated by pulpbot almost 4 years ago
- Status changed from ASSIGNED to POST
Updated by ipanova@redhat.com almost 4 years ago
- Sprint/Milestone set to 2.3.0
- Sprint set to Sprint 88
Added by Lubos Mjachky almost 4 years ago
Updated by Anonymous almost 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset 0c97a55a53e5b4f831793f093322e889fc937320.
Added by Lubos Mjachky almost 4 years ago
Revision 5f9a364f | View on GitHub
Fetch an authenticated user directly from the request
closes #8057
Added by Lubos Mjachky almost 4 years ago
Revision edf45c4f | View on GitHub
Fetch an authenticated user directly from the request
closes #8057
Added by Lubos Mjachky almost 4 years ago
Revision edf45c4f | View on GitHub
Fetch an authenticated user directly from the request
closes #8057
Added by Lubos Mjachky almost 4 years ago
Revision d52c0918 | View on GitHub
Fetch an authenticated user directly from the request
closes #8057
Added by Lubos Mjachky almost 4 years ago
Revision 882117db | View on GitHub
Fetch an authenticated user directly from the request
closes #8057
Added by Lubos Mjachky almost 4 years ago
Revision 882117db | View on GitHub
Fetch an authenticated user directly from the request
closes #8057
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Fetch an authenticated user directly from the request
closes #8057