Actions
Bug #18204
openvisiting product page and then selecting repository too quickly gives error about missing organization_id
Status:
New
Priority:
Normal
Assignee:
-
Category:
Web UI
Target version:
-
Description
It appears that when visiting a product page from the full list of products that two calls are made to GET /products/$id. The list of repositories for the product are filled in and clickable before the breadcrumb product name is filled in. If the repo is selected before the breadcrumb fills in then there seems to be a js variable not set because the call to GET /products on the repository details page gives an error "One of parameters [ organization_id ] required but not specified.","errors":["One of parameters [ organization_id ] required but not specified.". If I pause long enough for the breadcrumb to show up then there is no error.
Actions