[Bug 35471] New: Automatically select child MARC framework when adding child records
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Bug ID: 35471 Summary: Automatically select child MARC framework when adding child records Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: lari.taskula@hypernova.fi QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl Some libraries create their own MARC frameworks for component/child records. When adding a child record through host record, Koha currently selects the default MARC framework and a librarian must manually change to the child record framework. This Bug adds a parent-child relationship to MARC frameworks and aims to skip the manual step of selecting child record framework. The goal is to automatically select child MARC framework when adding child record through the host record. To reproduce problem: Administration -> MARC bibliographic framework 1. Create framework with frameworkcode "A" 2. Create framework with frameworkcode "A-child" Record view 1. Save record with framework "A" 2. Navigate to a record 3. Click "+ New", a drop-down opens 4. Click "New child record" 5. After add biblio form opens, click "Settings" 6. Observe default framework selected 7. You must manually select "A-child framework" After this change, To test: Administration -> MARC bibliographic framework 1. Create framework with frameworkcode "A" 2. Create framework with frameworkcode "A-child" 3. Set "A" as "A-child" 's parent framework Record view 1. Save record with framework "A" 2. Navigate to a record 3. Click "+ New", a drop-down opens 4. Click "New child record" 5. After add biblio form opens, click "Settings" 6. Observe "A-child" framework automatically selected -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 --- Comment #1 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159486 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159486&action=edit Bug 35471: Add column parent_frameworkcode to table biblio_framework Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 --- Comment #2 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159487 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159487&action=edit Bug 35471: DBIx changes Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 --- Comment #3 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159488 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159488&action=edit Bug 35471: Add support for selecting parent framework on MARC framework modification screen To test: 1. Navigate to Administration -> MARC bibliographic framework 2. Create MARC framework with frameworkcode "A" 3. Observe new field "Parent framework" when adding a new framework 4. After adding the framework, click Actions -> MARC structure 5. Select "Create framework for A" using "Default", click OK 6. Navigate back to frameworks listing 7. Create framework with frameworkcode "A-1" 8. Select framework you created at step 2 as the parent framework 9. After adding the framework, click Actions -> MARC structure 10. Select "Create framework for A-1" using "Default", click OK Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 --- Comment #4 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159489 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159489&action=edit Bug 35471: List child frameworks on MARC modification screen 1. Navigate to Administration -> MARC bibliographic framework 2. Select the parent framework you added in previous patch 3. Observe child framework being listed Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 --- Comment #5 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159490 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159490&action=edit Bug 35471: List parent frameworks on MARC framework list screen 1. Navigate to Administration -> MARC bibliographic framework 2. Observe new column "Parent framework" 3. Observe parent framework being populated for the child framework you added in previous patch Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 --- Comment #6 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159491 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159491&action=edit Bug 35471: Add Koha::Template::Plugin::Frameworks->GetChildren() To test: 1. prove t/db_dependent/Koha/Template/Plugin/Frameworks.t Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 --- Comment #7 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159492 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159492&action=edit Bug 35471: Add child frameworks to cataloguing toolbar's new child record button To test: Administration -> MARC bibliographic framework 1. Create framework with frameworkcode "A" 2. Create framework with frameworkcode "A-child" 3. Set "A" as "A-child" 's parent framework Record view 1. Save record with framework "A" 2. Navigate to a record 3. Click "+ New", a drop-down opens 4. Click "New child record" 5. After add biblio form opens, click "Settings" 6. Observe "A-child" framework automatically selected Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |lari.taskula@hypernova.fi |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159492|0 |1 is obsolete| | --- Comment #8 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159493 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159493&action=edit Bug 35471: Add child frameworks to cataloguing toolbar's new child record button To test: Administration -> MARC bibliographic framework 1. Create framework with frameworkcode "A" 2. Create framework with frameworkcode "A-1" 3. Set "A" as "A-1" 's parent framework Record view 1. Save record with framework "A" 2. Navigate to a record 3. Click "+ New", a drop-down opens 4. Click "New child record" 5. After add biblio form opens, click "Settings" 6. Observe "A-1" framework automatically selected Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159486|0 |1 is obsolete| | --- Comment #9 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159494 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159494&action=edit Bug 35471: Add column parent_frameworkcode to table biblio_framework Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159487|0 |1 is obsolete| | --- Comment #10 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159495 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159495&action=edit Bug 35471: DBIx changes Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159488|0 |1 is obsolete| | --- Comment #11 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159496 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159496&action=edit Bug 35471: Add support for selecting parent framework on MARC framework modification screen To test: 1. Navigate to Administration -> MARC bibliographic framework 2. Create MARC framework with frameworkcode "A" 3. Observe new field "Parent framework" when adding a new framework 4. After adding the framework, click Actions -> MARC structure 5. Select "Create framework for A" using "Default", click OK 6. Navigate back to frameworks listing 7. Create framework with frameworkcode "A-1" 8. Select framework you created at step 2 as the parent framework 9. After adding the framework, click Actions -> MARC structure 10. Select "Create framework for A-1" using "Default", click OK Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159489|0 |1 is obsolete| | --- Comment #12 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159497 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159497&action=edit Bug 35471: List child frameworks on MARC modification screen 1. Navigate to Administration -> MARC bibliographic framework 2. Select the parent framework you added in previous patch 3. Observe child framework being listed Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159490|0 |1 is obsolete| | --- Comment #13 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159498 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159498&action=edit Bug 35471: List parent frameworks on MARC framework list screen 1. Navigate to Administration -> MARC bibliographic framework 2. Observe new column "Parent framework" 3. Observe parent framework being populated for the child framework you added in previous patch Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159491|0 |1 is obsolete| | --- Comment #14 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159499 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159499&action=edit Bug 35471: Add Koha::Template::Plugin::Frameworks->GetChildren() To test: 1. prove t/db_dependent/Koha/Template/Plugin/Frameworks.t Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159493|0 |1 is obsolete| | --- Comment #15 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159500 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159500&action=edit Bug 35471: Add child frameworks to cataloguing toolbar's new child record button To test: Administration -> MARC bibliographic framework 1. Create framework with frameworkcode "A" 2. Create framework with frameworkcode "A-1" 3. Set "A" as "A-1" 's parent framework Record view 1. Save record with framework "A" 2. Navigate to a record 3. Click "+ New", a drop-down opens 4. Click "New child record" 5. After add biblio form opens, click "Settings" 6. Observe "A-1" framework automatically selected Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159494|0 |1 is obsolete| | --- Comment #16 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159567 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159567&action=edit Bug 35471: Add column parent_frameworkcode to table biblio_framework Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159495|0 |1 is obsolete| | --- Comment #17 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159568 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159568&action=edit Bug 35471: DBIx changes Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159496|0 |1 is obsolete| | --- Comment #18 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159569 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159569&action=edit Bug 35471: Add support for selecting parent framework on MARC framework modification screen To test: 1. Navigate to Administration -> MARC bibliographic framework 2. Create MARC framework with frameworkcode "A" 3. Observe new field "Parent framework" when adding a new framework 4. After adding the framework, click Actions -> MARC structure 5. Select "Create framework for A" using "Default", click OK 6. Navigate back to frameworks listing 7. Create framework with frameworkcode "A-1" 8. Select framework you created at step 2 as the parent framework 9. After adding the framework, click Actions -> MARC structure 10. Select "Create framework for A-1" using "Default", click OK Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159497|0 |1 is obsolete| | --- Comment #19 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159570 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159570&action=edit Bug 35471: List child frameworks on MARC modification screen 1. Navigate to Administration -> MARC bibliographic framework 2. Select the parent framework you added in previous patch 3. Observe child framework being listed Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159498|0 |1 is obsolete| | --- Comment #20 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159571 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159571&action=edit Bug 35471: List parent frameworks on MARC framework list screen 1. Navigate to Administration -> MARC bibliographic framework 2. Observe new column "Parent framework" 3. Observe parent framework being populated for the child framework you added in previous patch Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159499|0 |1 is obsolete| | --- Comment #21 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159572 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159572&action=edit Bug 35471: Add Koha::Template::Plugin::Frameworks->GetChildren() To test: 1. prove t/db_dependent/Koha/Template/Plugin/Frameworks.t Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159500|0 |1 is obsolete| | --- Comment #22 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 159573 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159573&action=edit Bug 35471: Add child frameworks to cataloguing toolbar's new child record button To test: Administration -> MARC bibliographic framework 1. Create framework with frameworkcode "A" 2. Create framework with frameworkcode "A-1" 3. Set "A" as "A-1" 's parent framework Record view 1. Save record with framework "A" 2. Navigate to a record 3. Click "+ New", a drop-down opens 4. Click "New child record" 5. After add biblio form opens, click "Settings" 6. Observe "A-1" framework automatically selected Sponsored-by: Hypernova Oy -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 --- Comment #23 from Lari Taskula <lari.taskula@hypernova.fi> --- I know qa-tools is complaining about tidiness, I tried my best fixing the issues but eventually had to give up as I'm not able to resolve them. KomodoIDE/perltidy v20230912/perltidy command line arguments: -pro=/kohapath/.perltidyrc , Code -> Format -> Selection using perltidy How do I know which lines are less tidy exactly? Can koha-qa tell me that? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Angela Berrett <angela.berrett@familysearch.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |angela.berrett@familysearch | |.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 PTFS Europe Sandboxes <sandboxes@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159573|0 |1 is obsolete| | --- Comment #24 from PTFS Europe Sandboxes <sandboxes@ptfs-europe.com> --- Created attachment 159884 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=159884&action=edit Bug 35471: Add child frameworks to cataloguing toolbar's new child record button To test: Administration -> MARC bibliographic framework 1. Create framework with frameworkcode "A" 2. Create framework with frameworkcode "A-1" 3. Set "A" as "A-1" 's parent framework Record view 1. Save record with framework "A" 2. Navigate to a record 3. Click "+ New", a drop-down opens 4. Click "New child record" 5. After add biblio form opens, click "Settings" 6. Observe "A-1" framework automatically selected Sponsored-by: Hypernova Oy Signed-off-by: Päivi Knuutinen <paivi.knuutinen@joensuu.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 --- Comment #25 from Päivi Knuutinen <paivi.knuutinen@joensuu.fi> --- I tested this at sandbox and it works. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Päivi Knuutinen <paivi.knuutinen@joensuu.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paivi.knuutinen@joensuu.fi -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Päivi Knuutinen <paivi.knuutinen@joensuu.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159567|0 |1 is obsolete| | --- Comment #26 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 187602 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187602&action=edit Bug 35471: Add column parent_frameworkcode to table biblio_framework -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159568|0 |1 is obsolete| | --- Comment #27 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 187603 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187603&action=edit Bug 35471: DBIx changes -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159569|0 |1 is obsolete| | --- Comment #28 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 187604 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187604&action=edit Bug 35471: Add support for selecting parent framework on MARC framework modification screen To test: 1. Navigate to Administration -> MARC bibliographic framework 2. Create MARC framework with frameworkcode "A" 3. Observe new field "Parent framework" when adding a new framework 4. After adding the framework, click Actions -> MARC structure 5. Select "Create framework for A" using "Default", click OK 6. Navigate back to frameworks listing 7. Create framework with frameworkcode "A-1" 8. Select framework you created at step 2 as the parent framework 9. After adding the framework, click Actions -> MARC structure 10. Select "Create framework for A-1" using "Default", click OK -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159570|0 |1 is obsolete| | --- Comment #29 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 187605 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187605&action=edit Bug 35471: List child frameworks on MARC modification screen 1. Navigate to Administration -> MARC bibliographic framework 2. Select the parent framework you added in previous patch 3. Observe child framework being listed -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159571|0 |1 is obsolete| | --- Comment #30 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 187606 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187606&action=edit Bug 35471: List parent frameworks on MARC framework list screen 1. Navigate to Administration -> MARC bibliographic framework 2. Observe new column "Parent framework" 3. Observe parent framework being populated for the child framework you added in previous patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159572|0 |1 is obsolete| | --- Comment #31 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 187607 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187607&action=edit Bug 35471: Add Koha::Template::Plugin::Frameworks->GetChildren() To test: 1. prove t/db_dependent/Koha/Template/Plugin/Frameworks.t -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #159884|0 |1 is obsolete| | --- Comment #32 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 187608 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187608&action=edit Bug 35471: Add child frameworks to cataloguing toolbar's new child record button To test: Administration -> MARC bibliographic framework 1. Create framework with frameworkcode "A" 2. Create framework with frameworkcode "A-1" 3. Set "A" as "A-1" 's parent framework Record view 1. Save record with framework "A" 2. Navigate to a record 3. Click "+ New", a drop-down opens 4. Click "New child record" 5. After add biblio form opens, click "Settings" 6. Observe "A-1" framework automatically selected Signed-off-by: Päivi Knuutinen <paivi.knuutinen@joensuu.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187602|0 |1 is obsolete| | --- Comment #33 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 187620 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187620&action=edit Bug 35471: Add column parent_frameworkcode to table biblio_framework -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187603|0 |1 is obsolete| | --- Comment #34 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 187621 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187621&action=edit Bug 35471: DBIx changes -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187604|0 |1 is obsolete| | --- Comment #35 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 187622 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187622&action=edit Bug 35471: Add support for selecting parent framework on MARC framework modification screen To test: 1. Navigate to Administration -> MARC bibliographic framework 2. Create MARC framework with frameworkcode "A" 3. Observe new field "Parent framework" when adding a new framework 4. After adding the framework, click Actions -> MARC structure 5. Select "Create framework for A" using "Default", click OK 6. Navigate back to frameworks listing 7. Create framework with frameworkcode "A-1" 8. Select framework you created at step 2 as the parent framework 9. After adding the framework, click Actions -> MARC structure 10. Select "Create framework for A-1" using "Default", click OK -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187605|0 |1 is obsolete| | --- Comment #36 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 187623 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187623&action=edit Bug 35471: List child frameworks on MARC modification screen 1. Navigate to Administration -> MARC bibliographic framework 2. Select the parent framework you added in previous patch 3. Observe child framework being listed -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187606|0 |1 is obsolete| | --- Comment #37 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 187624 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187624&action=edit Bug 35471: List parent frameworks on MARC framework list screen 1. Navigate to Administration -> MARC bibliographic framework 2. Observe new column "Parent framework" 3. Observe parent framework being populated for the child framework you added in previous patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187607|0 |1 is obsolete| | --- Comment #38 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 187625 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187625&action=edit Bug 35471: Add Koha::Template::Plugin::Frameworks->GetChildren() To test: 1. prove t/db_dependent/Koha/Template/Plugin/Frameworks.t -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187608|0 |1 is obsolete| | --- Comment #39 from Lari Taskula <lari.taskula@hypernova.fi> --- Created attachment 187626 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187626&action=edit Bug 35471: Add child frameworks to cataloguing toolbar's new child record button To test: Administration -> MARC bibliographic framework 1. Create framework with frameworkcode "A" 2. Create framework with frameworkcode "A-1" 3. Set "A" as "A-1" 's parent framework Record view 1. Save record with framework "A" 2. Navigate to a record 3. Click "+ New", a drop-down opens 4. Click "New child record" 5. After add biblio form opens, click "Settings" 6. Observe "A-1" framework automatically selected Signed-off-by: Päivi Knuutinen <paivi.knuutinen@joensuu.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Biblibre Sandboxes <sandboxes@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187620|0 |1 is obsolete| | --- Comment #40 from Biblibre Sandboxes <sandboxes@biblibre.com> --- Created attachment 193033 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193033&action=edit Bug 35471: Add column parent_frameworkcode to table biblio_framework Signed-off-by: Anneli <anneli.osterman@koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Biblibre Sandboxes <sandboxes@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187621|0 |1 is obsolete| | --- Comment #41 from Biblibre Sandboxes <sandboxes@biblibre.com> --- Created attachment 193034 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193034&action=edit Bug 35471: DBIx changes Signed-off-by: Anneli <anneli.osterman@koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Biblibre Sandboxes <sandboxes@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187622|0 |1 is obsolete| | --- Comment #42 from Biblibre Sandboxes <sandboxes@biblibre.com> --- Created attachment 193035 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193035&action=edit Bug 35471: Add support for selecting parent framework on MARC framework modification screen To test: 1. Navigate to Administration -> MARC bibliographic framework 2. Create MARC framework with frameworkcode "A" 3. Observe new field "Parent framework" when adding a new framework 4. After adding the framework, click Actions -> MARC structure 5. Select "Create framework for A" using "Default", click OK 6. Navigate back to frameworks listing 7. Create framework with frameworkcode "A-1" 8. Select framework you created at step 2 as the parent framework 9. After adding the framework, click Actions -> MARC structure 10. Select "Create framework for A-1" using "Default", click OK Signed-off-by: Anneli <anneli.osterman@koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Biblibre Sandboxes <sandboxes@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187623|0 |1 is obsolete| | --- Comment #43 from Biblibre Sandboxes <sandboxes@biblibre.com> --- Created attachment 193036 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193036&action=edit Bug 35471: List child frameworks on MARC modification screen 1. Navigate to Administration -> MARC bibliographic framework 2. Select the parent framework you added in previous patch 3. Observe child framework being listed Signed-off-by: Anneli <anneli.osterman@koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Biblibre Sandboxes <sandboxes@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187624|0 |1 is obsolete| | --- Comment #44 from Biblibre Sandboxes <sandboxes@biblibre.com> --- Created attachment 193037 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193037&action=edit Bug 35471: List parent frameworks on MARC framework list screen 1. Navigate to Administration -> MARC bibliographic framework 2. Observe new column "Parent framework" 3. Observe parent framework being populated for the child framework you added in previous patch Signed-off-by: Anneli <anneli.osterman@koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Biblibre Sandboxes <sandboxes@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187625|0 |1 is obsolete| | --- Comment #45 from Biblibre Sandboxes <sandboxes@biblibre.com> --- Created attachment 193038 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193038&action=edit Bug 35471: Add Koha::Template::Plugin::Frameworks->GetChildren() To test: 1. prove t/db_dependent/Koha/Template/Plugin/Frameworks.t Signed-off-by: Anneli <anneli.osterman@koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Biblibre Sandboxes <sandboxes@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187626|0 |1 is obsolete| | --- Comment #46 from Biblibre Sandboxes <sandboxes@biblibre.com> --- Created attachment 193039 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193039&action=edit Bug 35471: Add child frameworks to cataloguing toolbar's new child record button To test: Administration -> MARC bibliographic framework 1. Create framework with frameworkcode "A" 2. Create framework with frameworkcode "A-1" 3. Set "A" as "A-1" 's parent framework Record view 1. Save record with framework "A" 2. Navigate to a record 3. Click "+ New", a drop-down opens 4. Click "New child record" 5. After add biblio form opens, click "Settings" 6. Observe "A-1" framework automatically selected Signed-off-by: Päivi Knuutinen <paivi.knuutinen@joensuu.fi> Signed-off-by: Anneli <anneli.osterman@koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35471 Anneli Österman <anneli.osterman@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |anneli.osterman@koha-suomi. | |fi Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org