Issues
- ECS: Use useTenantKy instead of useOkapiKy for PoppyUIIN-2886Resolved issue: UIIN-2886Mariia Aloshyna
- ECS: Include mod-search permissions to "Inventory: Module is enabled" UI permission (Poppy CSP)UIIN-2860Resolved issue: UIIN-2860Mariia Aloshyna
- ECS: Shared instance cannot be edited from member tenant, even with permissions in both Central and member tenants (Poppy CSP)UIIN-2832Resolved issue: UIIN-2832Mariia Aloshyna
- ECS - Member consortial accordion is not displaying when a user has affiliations but does not have permission to view holdings (Poppy CSP)UIIN-2780Resolved issue: UIIN-2780Mariia Aloshyna
- consortia environment - UX error viewing instances with more than one holdingUIIN-2724Resolved issue: UIIN-2724Mariia Aloshyna
- Changes made during duplication of "Default - Create SRS MARC Authority" job profile are not saved and affect original job profile (Poppy CSP)UIDATIMP-1641Resolved issue: UIDATIMP-1641Mariia Aloshyna
- Changes made during duplication of a job with a match profile are not saved (Poppy CSP)UIDATIMP-1637Resolved issue: UIDATIMP-1637Mariia Aloshyna
- Update Order mapping rules to allow Material Type mapping when Purchase Order Status set to 'Open' (Poppy CSP)UIDATIMP-1626Resolved issue: UIDATIMP-1626Mariia Aloshyna
- MARC authority record is not created when use Job profile with match profile and action only on no-match branchMODSOURMAN-1108Resolved issue: MODSOURMAN-1108Javokhir Abdullaev
- Poppy - Order lines search results do not display fund code for orders created by data importMODORDERS-1121Resolved issue: MODORDERS-1121Ruslan Lavrov
- Quantity = 0 for electronic format ordersMODORDERS-1090Resolved issue: MODORDERS-1090Ruslan Lavrov
- [RRT] [Poppy CSP] Data Import organisations not mapping in Poppy Test and Dev - Probably cache issue inside mod-ordersMODORDERS-1077Resolved issue: MODORDERS-1077Dmytro Krutii
- Poppy - [RRT] Import profile with Instance match to POL and Vendor Reference Number not workingMODINV-1019Resolved issue: MODINV-1019Roman Chernetskyi
- Import of .mrc files with match on POL/VRN stuck in DI (ECS only)MODINV-952Resolved issue: MODINV-952Aliaksandr Fedasiuk
- Make configurable params for instance sharingMODINV-950Resolved issue: MODINV-950Ruslan Lavrov
- [Poppy CSP] (ECS) Sharing of instances in not workingMODDICONV-376Resolved issue: MODDICONV-376Maksat Galymzhan
- Provide module permission to ensure instance update during sharing marc instancesMODCON-132Resolved issue: MODCON-132Ruslan Lavrov
- Upgrading tenant resets reference and sample records - Poppy releaseCIRCSTORE-517Resolved issue: CIRCSTORE-517
18 of 18
ECS: Use useTenantKy instead of useOkapiKy for Poppy
Done
Description
CSP Request Details
Requested CSP Approval via slack on 5/3/2024
CSP Rejection Details
None
Potential Workaround
None
blocks
is required by
Checklist
hideDetails
Assignee
Mariia AloshynaMariia AloshynaReporter
Mariia AloshynaMariia AloshynaPriority
P2Story Points
0.5Sprint
NoneDevelopment Team
FolijetParent
Fix versions
Release
Poppy (R2 2023) Service Patch #5CSP Approved
YesRCA Group
Implementation coding issueAffected releases
Poppy (R2 2023)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Mariia Aloshyna
Mariia AloshynaReporter
Mariia Aloshyna
Mariia AloshynaPriority
Story Points
0.5
Sprint
None
Development Team
Folijet
Parent
Fix versions
Release
Poppy (R2 2023) Service Patch #5
CSP Approved
Yes
RCA Group
Implementation coding issue
Affected releases
Poppy (R2 2023)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created May 3, 2024 at 8:37 PM
Updated May 14, 2024 at 5:16 PM
Resolved May 7, 2024 at 12:29 PM
Activity
Show:
As far as
useOkapiKy
from stripes-core with the support of a custom tenant was introduced in Quesnelia it is necessary to use a customuseTenantKy
hook to send requests in a proper context.Critical service patch details
Describe issue impact on business - The work described in this ticket is required to complete UIIN-2780, which has already been approved for inclusion on Poppy CSP 5. This is ECS-specific work to ensure that Consortial Holdings is accessible to all users regardless of affiliations.
What institutions are affected? (field “Affected Institutions” in Jira to be populated) - All ECS.
What is the workaround if exists? Only workaround would be to assign Affiliations for all Member Tenants to all Users, which would be cumbersome and tedious to maintain.
What areas will be impacted by fix (i.e. what areas need to be retested) - ui-inventory; “Consortial Holdings” accordion.
Brief explanation of technical implementation and the level of effort (in workdays) and technical risk (low/medium/high). - Update Poppy to use useTenantKy instead of useOkapiKy for hook to send requests in a proper context. Low effort.
Brief explanation of testing required and level of effort (in workdays). Provide test plan agreed with by QA Manager and PO. - Low effort.
What is the roll back plan in case the fix does not work? Revert to previous version.