Created attachment 1272140 [details] Deployments pdf Description of problem: Middleware Manager Deployments Download .pdf contains duplicate .war entries. Version-Release number of selected component (if applicable): Middleware Provider ER1 CFME: 5.8.0.10-beta1.20170411212748_e47d319 How reproducible: Steps to Reproduce: 1. Navegate to Middleware Manager -> Deployments 2. Click Downloads -> PDF 3. Validate PDF content. Actual results: PDF contains duplicate .war entries. Expected results: PDF should not contain duplicate entries. Additional info:
note: pdf download is available only downstream. this is a core issue, reassigning.
Matt, please check: 1. does it happen only for deployments or in other entities too (middleware and non middleware) 2. does it happen only in pdf format or in txt as well?
I did a check, and saw that it happens only in pdf format, not in txt nor csv. It does happen for several middleware entities, so it's not an issue with deployments. Given that we don't do any specific adjustments for pdf, and it's an infrastructure that is transparent to middleware provider impl, I'm reassigning to miq ui core.
https://github.com/ManageIQ/manageiq/pull/15042
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/08506dda72ccfa0a6e6726967b6d62fef16a5859 commit 08506dda72ccfa0a6e6726967b6d62fef16a5859 Author: Harpreet Kataria <hkataria> AuthorDate: Tue May 9 14:56:10 2017 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Tue May 9 14:56:10 2017 -0400 Removed grouping from all Middleware* views Made it consistent with other view yamls where we do not set grouping in other list view yamls, this was causing an extra row for each name entry in the downloadable pdf file to show grouping by name. https://bugzilla.redhat.com/show_bug.cgi?id=1442854 product/views/MiddlewareDatasource.yaml | 3 +-- product/views/MiddlewareDeployment.yaml | 3 +-- product/views/MiddlewareDomain.yaml | 3 +-- product/views/MiddlewareMessaging.yaml | 3 +-- product/views/MiddlewareServerGroup.yaml | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-)