Issue ID:
Type
Bug
Title:
FIX: Title not displayed for Universal Packages
Created:
11/4/2021 7:31:54 PM by Alana Tripp
Status:
Awaiting Release on
Last pulled:
11/19/2021 2:36:29 PM
Description:
Given a Universal Package with the following upack.json manifest, ``` { "group": "myGroup", "name": "PipelineTest", "version": "4.3.1-PLATDEV-11339-promotion-flow-test-7", "title": "i am the title", "description": "i am the description", "key1": "value1" } ``` The Title is not displayed in lieu of the Group/Name on the versions page (`/feeds/upaks/myGroup/PipelineTest/versions`) or the package overview page (`/upaks/myGroup/PipelineTest/4.3.1-PLATDEV-11339-promotion-flow-test-7`).