Details
-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
P3
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.6.0
-
Labels:None
-
Template:customfield_11100 25977
-
Sprint:ACQ Sprint 67
-
Story Points:2
-
Development Team:Thunderjet
-
Epic Link:
Description
Purpose:
Currently we've hardcoded the contributor-name-type to name: "Personal name" which is present in the inventory reference data (see MODORDERS-204). However, there's no guarantee that the reference data will be loaded/used by all tenants. As a result, we need to allow the tenant to specify which contributor-name-type they want to use when creating instances upon order placement.
Approach
contributor.json has 2 properties: contributor (any string) which is used by UI and contributorType (UUID of the type record) which is not in use. The approach is to rename contributorType to contributorNameTypeId and make it required i.e. an user should explicitly select one
The existing contributor name types should be fetched from inventory-storage by calling GET /contributor-name-types
Acceptance Criteria
- The provided contributorNameTypeId uuid is used
- User can select contributor type for each contributor
- When pulling contributors into POL from instance contributor type is also pulled in
- UI tests are updated
TestRail: Results
Attachments
Issue Links
- has to be finished together with
-
MODORDERS-247 Make contributor-name-type configurable
-
- Closed
-
- relates to
-
MODORDERS-204 When creating a brief order instance record in Inventory, data on Contributors are not populated
-
- Closed
-
-
MODORDERS-244 Missing module permission for getting contributor-name-types
-
- Closed
-