Won't Do
Details
Assignee
UnassignedUnassignedReporter
Michal KuklisMichal KuklisLabels
Priority
P3Development Team
Stripes ForceTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Michal Kuklis
Michal KuklisLabels
Priority
Development Team
Stripes Force
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created March 11, 2020 at 5:43 PM
Updated December 23, 2024 at 6:05 PM
Resolved December 23, 2024 at 6:05 PM
ran into an issue in ui-users under settings where the execution similar to:
didn't work for this manifest:
and the path was not resolved correctly.
This is because it looks like redux store contains duplicate keys for active record:
one holds the correct data (ownerId) but the other one is empty.
The feefinestable#folio_users_activeRecord exists because of the dataKey passed in settings:
https://github.com/folio-org/stripes-smart-components/blob/20846e21149a28183d138668755501418e54d5b9/lib/Settings/Settings.js#L43
We are not sure why the other key is also present.