Bug 33605 - Import framework and overlay framework are not stored for imports
Summary: Import framework and overlay framework are not stored for imports
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-25 12:20 UTC by Nick Clemens (kidclamp)
Modified: 2023-11-03 11:44 UTC (History)
3 users (show)

See Also:
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 (8.01 KB, patch)
2023-04-25 13:16 UTC, Nick Clemens (kidclamp)
Details | Diff | Splinter Review
Bug 33605: Add ability to set overlay and import framework when importing a staged file (23.13 KB, patch)
2023-09-07 15:39 UTC, Sam Lau
Details | Diff | Splinter Review
Bug 33605: schema changes (don't push) (3.95 KB, patch)
2023-09-07 15:39 UTC, Sam Lau
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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)