Won't Do
Details
Assignee
Aaron NeslinAaron NeslinReporter
Aaron NeslinAaron NeslinTester Assignee
Khalilah GambrellKhalilah GambrellPriority
P4Development Team
SpitfireRCA Group
Not a bugAffected releases
Poppy (R2 2023)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Aaron Neslin
Aaron NeslinReporter
Aaron Neslin
Aaron NeslinTester Assignee
Khalilah Gambrell
Khalilah GambrellPriority
Development Team
Spitfire
RCA Group
Not a bug
Affected releases
Poppy (R2 2023)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created August 5, 2024 at 4:16 PM
Updated August 22, 2024 at 12:52 PM
Resolved August 22, 2024 at 12:52 PM
When a change is made to SRS via Quickmarc,, api calls indicate that the rawRecord is not being updated. updates to parseRecord are happening. This may cause problems if institutions are using rawRecord for reporting.
Steps to replicate:
1) Obtain an SRS id from a 999$s
make a call to https://okapi-bugfest-poppy.int.aws.folio.org/source-storage/source-records/ with the srs ID.
Note the rawRecord.content and the parsedRecord.content
Using Quickmarc, make a change to the SRS record that will be easy to notice. Save and close
Make the same call. Note that parsedRecord.content has changed, but rawRecord.content has not.
Actual: No changes are made to rawRecord content
Expected: Unclear, as I’m not sure if this actually causes problems for FOLIO. This may be desired functionality