Actions
Bug #6645
closedDownload contents table does not render in MetadataIndex view unless it is a fresh page load
Start date:
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Updated by Lauren Walker almost 10 years ago
- Status changed from New to Resolved
- Assignee set to Lauren Walker
This bug was being caused by a race condition where the PackageTableView queries Solr for the package contents but the MetadataIndexView tries to insert the element before the results are retrieved. I added a trigger event to the PackageTableView so other views know when the table is done rendering.
Actions