+++ This bug was initially created as a clone of Bug #1145877 +++ Description of problem: Add some downloadable cartridges such as perl 5.10 use oo-admin-ctl-cartridge on broker. On website, check https://<server>/console/application_types .It show two Perl 5.10 labels Version-Release number of selected component (if applicable): ose2.2/2014-09-23.4 How reproducible: Always Steps to Reproduce: 1.Add one download perl cartridges on broker: oo-admin-ctl-cartridge -c import --url https://raw.githubusercontent.com/jhou1/dcart-perl-git/master/metadata/manifest.yml --activate 2.rhc cartridge list 3.Check web cartridges type on https://<server>/console/application_types Actual results: 2.In command line display distinguished, the cartridge vender are show. jhou1-perl-5.10 (!) Perl 5.10 web perl-5.10 Perl 5.10 web 3.It shows two Perl 5.10 labels,the download cartridge name doesn't contain cartridge vender.Refer to attachment. Expected results: 2.Should show cartridge vender in cartridge name as that in "rhc cartridge list" Additional info:
Don't want to clutter the UI unnecessarily. Maybe just show when there's more than one cartridge with the same name?
Created attachment 940835 [details] screenshot of fixed UI
Fixed in https://github.com/openshift/origin-server/pull/5836
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/20460f8d1461138852f1c9166ba5d17aa6a2f1e3 Bug 1146108 - display unique name on cartridge if there is another cart with the same display name
Checked on devenv_5193, and the issue has been fixed, so verify this.