[Bug] Miscounted requests on package view pages
-
I have described the bug in complete detail in the Description section. -
I have specified steps in the Reproduction section. -
I have included the versions which are affected in the Version(s) section.
Description
Above Submit Request
, there is a count of existing requests included for the viewer. This count is incorrect in Python; the issue is that we don't limit the counting of these requests to a status of PENDING_ID
.
Reproduction
- Submit a request on a package.
- Close the request.
- View the package's page; you'll still see that one request has been submitted.