Bug 33605

Summary: Import framework and overlay framework are not stored for imports
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: ToolsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: Laura.escamilla, lisette, mspinney
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 33605: WIP
Bug 33605: Add ability to set overlay and import framework when importing a staged file
Bug 33605: schema changes (don't push)

Description Nick Clemens (kidclamp) 2023-04-25 12:20:51 UTC
When importing a staged file, one can set the framework for new records, and the framework for overlaying records. However, we don't store these, meaning we can't review what our settings were

These options should be moved into the staging form (so they can take advantage of profiles) and be saved in the import batches table
Comment 1 Nick Clemens (kidclamp) 2023-04-25 13:16:48 UTC
Created attachment 150203 [details] [review]
Bug 33605: WIP

TO DO:
- make profiles save the info
- pass frameowrks to scripts
- make import form fetch values from DB for new fields
- handle changing values after staging (do along with redoing matching?)
- tests?
Comment 2 Sam Lau 2023-09-07 15:39:36 UTC
Created attachment 155320 [details] [review]
Bug 33605: Add ability to set overlay and import framework when importing a staged file
Comment 3 Sam Lau 2023-09-07 15:39:39 UTC
Created attachment 155321 [details] [review]
Bug 33605: schema changes (don't push)