[Bug 42625] New: Allow records to be locked for editing based on library & group
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42625 Bug ID: 42625 Summary: Allow records to be locked for editing based on library & group Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl Bug 31791 established record locking based on record source. We'd like to extend that to allow records to be locked for some users based on library and library group. -- 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=42625 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |31791 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31791 [Bug 31791] Add the ability to lock records to prevent modification through the Koha staff interface -- 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=42625 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |blawlor@clamsnet.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42625 --- Comment #1 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206027 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206027&action=edit Bug 42625: Add record source library group exemption schema Test plan: 1. Apply all patches, run updatedatabase.pl, yarn build and yarn api:bundle, then restart Plack 2. Administration > Library groups > New group. Enter a title, check "Use for record source editing", save, then add library A to the group with "Add library" 3. Administration > Record sources > New record source. Enter a name, leave "Can be edited" unchecked, select the group under "Editable by library groups" and save. Edit it again: the group is selected 4. Cataloging > MARC modification templates > New template. On the template page pick the source under "Set record source" and save. Do not add an action 5. Cataloging > Batch record modification > "Enter a list of record numbers". Enter a biblionumber, pick the template, continue and modify. The job reports success and the record's detail page shows "Record source: <name>" with a lock icon 6. Log in as a cataloguer from library B with edit_catalogue and records_batchmod but not edit_locked_records. On the record, Edit > Edit record is disabled with "This record is locked". Run step 5 again: the job reports "Its record source is locked and you do not have permission to edit it" 7. Log in as a cataloguer from library A with the same permissions. Edit > Edit record opens the editor 8. Still as this cataloguer, open the template from step 4. The "Set record source" form is replaced by read only text that names the source and the "Set record source" permission 9. As superlibrarian, edit the library group, uncheck "Use for record source editing" and click Update. Cancel the confirmation: the modal stays open. Click Update again and confirm. Edit the record source: no group is selected 10. Create a second, editable record source and a template that sets it. Batch modify the record from step 5 with it. The detail page shows the second source without a lock icon 11. Cataloging > Stage records for import. Upload a MARC file, pick the template from step 4 and stage. Open the job, click "View batch" and import the batch. The imported record shows the template's source 12. Start two Connexion daemons (misc/bin/connexion_import_daemon.pl) with import_mode: direct, different ports and marc_modification_template_id set to the two templates. Send a compatible marc record to each port. Each new record shows its daemon's source and Manage staged records lists one webservice batch per daemon 13. Run: prove t/db_dependent/Koha/RecordSource.t t/db_dependent/Koha/Patron.t t/db_dependent/Koha/Biblio.t t/db_dependent/LibraryGroups.t t/db_dependent/Koha/MarcModificationTemplates.t t/db_dependent/Koha/BackgroundJob/BatchUpdateBiblio.t t/db_dependent/ImportBatch.t t/db_dependent/api/v1/library_groups.t t/db_dependent/api/v1/record_sources.t 14. Run: yarn cypress run --spec t/cypress/integration/Admin/RecordSources_spec.ts,t/cypress/integration/Tools/MarcModificationTemplateRecordSource_spec.ts -- 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=42625 --- Comment #2 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206028 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206028&action=edit Bug 42625: Add library group accessor to Koha::RecordSource -- 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=42625 --- Comment #3 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206029 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206029&action=edit Bug 42625: Add Koha::Patron->can_edit_records_from -- 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=42625 --- Comment #4 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206030 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206030&action=edit Bug 42625: Honour library group exemptions in can_be_edited -- 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=42625 --- Comment #5 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206031 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206031&action=edit Bug 42625: Add /library_groups list endpoint -- 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=42625 --- Comment #6 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206032 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206032&action=edit Bug 42625: Add swagger spec for /library_groups -- 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=42625 --- Comment #7 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206033 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206033&action=edit Bug 42625: Accept and return library groups on record sources api -- 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=42625 --- Comment #8 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206034 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206034&action=edit Bug 42625: Add record source editing flag to library groups admin -- 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=42625 --- Comment #9 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206035 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206035&action=edit Bug 42625: Add library group selector to record source form -- 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=42625 --- Comment #10 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206036 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206036&action=edit Bug 42625: Skip locked records in batch record modification -- 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=42625 --- Comment #11 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206037 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206037&action=edit Bug 42625: Add tests for RecordSource->library_groups -- 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=42625 --- Comment #12 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206038 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206038&action=edit Bug 42625: Add tests for Patron->can_edit_records_from -- 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=42625 --- Comment #13 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206039 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206039&action=edit Bug 42625: Add tests for can_be_edited group exemption -- 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=42625 --- Comment #14 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206040 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206040&action=edit Bug 42625: Add tests for /library_groups endpoint -- 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=42625 --- Comment #15 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206041 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206041&action=edit Bug 42625: Add tests for record source library group API -- 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=42625 --- Comment #16 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206042 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206042&action=edit Bug 42625: Unlink record sources when group flag is unchecked -- 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=42625 --- Comment #17 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206043 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206043&action=edit Bug 42625: Add tests for group flag unlink behaviour -- 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=42625 --- Comment #18 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206044 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206044&action=edit Bug 42625: Add Cypress test for record source group selector -- 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=42625 --- Comment #19 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206045 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206045&action=edit Bug 42625: Add tests for batch update lock permissions -- 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=42625 --- Comment #20 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206046 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206046&action=edit Bug 42625: Add record source to MARC modification templates -- 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=42625 --- Comment #21 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206047 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206047&action=edit Bug 42625: Add record source to import batches -- 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=42625 --- Comment #22 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206048 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206048&action=edit Bug 42625: Add Koha objects for MARC modification templates -- 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=42625 --- Comment #23 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206049 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206049&action=edit Bug 42625: Add record source selector to template admin -- 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=42625 --- Comment #24 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206050 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206050&action=edit Bug 42625: Take batch modification record source from template -- 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=42625 --- Comment #25 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206051 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206051&action=edit Bug 42625: Apply template record source when staging and committing -- 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=42625 --- Comment #26 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206052 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206052&action=edit Bug 42625: Accept modification template in svc/import_bib -- 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=42625 --- Comment #27 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206053 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206053&action=edit Bug 42625: Forward modification template from Connexion daemon -- 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=42625 --- Comment #28 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206054 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206054&action=edit Bug 42625: Add tests for record source in import batches -- 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=42625 --- Comment #29 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206055 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206055&action=edit Bug 42625: Add tests for template record source objects -- 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=42625 --- Comment #30 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206056 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206056&action=edit Bug 42625: Add tests for batch update record source from template -- 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=42625 --- Comment #31 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206057 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206057&action=edit Bug 42625: Require set_record_sources to set a template record source -- 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=42625 --- Comment #32 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206058 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206058&action=edit Bug 42625: Add Cypress test for template record source permission -- 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=42625 --- Comment #33 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206059 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206059&action=edit Bug 42625: Skip locked records when committing an import batch -- 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=42625 --- Comment #34 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206060 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206060&action=edit Bug 42625: Add tests for locked records in BatchCommitRecords -- 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=42625 --- Comment #35 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206061 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206061&action=edit Bug 42625: DO NOT PUSH - DBIC -- 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=42625 Jacob O'Mara <jacob.omara@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jacob.omara@openfifth.co.uk Status|NEW |Needs Signoff -- 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=42625 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Comma delimited| |CLAMS list of Sponsors| | Sponsorship status|--- |Sponsored -- 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=42625 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- 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=42625 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #206027|0 |1 is obsolete| | Attachment #206028|0 |1 is obsolete| | Attachment #206029|0 |1 is obsolete| | Attachment #206030|0 |1 is obsolete| | Attachment #206031|0 |1 is obsolete| | Attachment #206032|0 |1 is obsolete| | Attachment #206033|0 |1 is obsolete| | Attachment #206034|0 |1 is obsolete| | Attachment #206035|0 |1 is obsolete| | Attachment #206036|0 |1 is obsolete| | Attachment #206037|0 |1 is obsolete| | Attachment #206038|0 |1 is obsolete| | Attachment #206039|0 |1 is obsolete| | Attachment #206040|0 |1 is obsolete| | Attachment #206041|0 |1 is obsolete| | Attachment #206042|0 |1 is obsolete| | Attachment #206043|0 |1 is obsolete| | Attachment #206044|0 |1 is obsolete| | Attachment #206045|0 |1 is obsolete| | Attachment #206046|0 |1 is obsolete| | Attachment #206047|0 |1 is obsolete| | Attachment #206048|0 |1 is obsolete| | Attachment #206049|0 |1 is obsolete| | Attachment #206050|0 |1 is obsolete| | Attachment #206051|0 |1 is obsolete| | Attachment #206052|0 |1 is obsolete| | Attachment #206053|0 |1 is obsolete| | Attachment #206054|0 |1 is obsolete| | Attachment #206055|0 |1 is obsolete| | Attachment #206056|0 |1 is obsolete| | Attachment #206057|0 |1 is obsolete| | Attachment #206058|0 |1 is obsolete| | Attachment #206059|0 |1 is obsolete| | Attachment #206060|0 |1 is obsolete| | Attachment #206061|0 |1 is obsolete| | -- 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=42625 --- Comment #36 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206321 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206321&action=edit Bug 42625: Add record source library group exemption schema Test plan: 1. Apply all patches, run updatedatabase.pl, yarn build and yarn api:bundle, then restart Plack 2. Administration > Library groups > New group. Enter a title, check "Use for record source editing", save, then add library A to the group with "Add library" 3. Administration > Record sources > New record source. Enter a name, leave "Can be edited" unchecked, select the group under "Editable by library groups" and save. Edit it again: the group is selected 4. Cataloging > MARC modification templates > New template. On the template page pick the source under "Set record source" and save. Do not add an action 5. Cataloging > Batch record modification > "Enter a list of record numbers". Enter a biblionumber, pick the template, continue and modify. The job reports success and the record's detail page shows "Record source: <name>" with a lock icon 6. Log in as a cataloguer from library B with edit_catalogue and records_batchmod but not edit_locked_records. On the record, Edit > Edit record is disabled with "This record is locked". Run step 5 again: the job reports "Its record source is locked and you do not have permission to edit it" 7. Log in as a cataloguer from library A with the same permissions. Edit > Edit record opens the editor 8. Still as this cataloguer, open the template from step 4. The "Set record source" form is replaced by read only text that names the source and the "Set record source" permission 9. As superlibrarian, edit the library group, uncheck "Use for record source editing" and click Update. Cancel the confirmation: the modal stays open. Click Update again and confirm. Edit the record source: no group is selected 10. Create a second, editable record source and a template that sets it. Batch modify the record from step 5 with it. The detail page shows the second source without a lock icon 11. Cataloging > Stage records for import. Upload a MARC file, pick the template from step 4 and stage. Open the job, click "View batch" and import the batch. The imported record shows the template's source 12. Start two Connexion daemons (misc/bin/connexion_import_daemon.pl) with import_mode: direct, different ports and marc_modification_template_id set to the two templates. Send a compatible marc record to each port. Each new record shows its daemon's source and Manage staged records lists one webservice batch per daemon 13. Run: prove t/db_dependent/Koha/RecordSource.t t/db_dependent/Koha/Patron.t t/db_dependent/Koha/Biblio.t t/db_dependent/LibraryGroups.t t/db_dependent/Koha/MarcModificationTemplates.t t/db_dependent/Koha/BackgroundJob/BatchUpdateBiblio.t t/db_dependent/ImportBatch.t t/db_dependent/api/v1/library_groups.t t/db_dependent/api/v1/record_sources.t 14. Run: yarn cypress run --spec t/cypress/integration/Admin/RecordSources_spec.ts,t/cypress/integration/Tools/MarcModificationTemplateRecordSource_spec.ts Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #37 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206322 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206322&action=edit Bug 42625: Add library group accessor to Koha::RecordSource Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #38 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206323 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206323&action=edit Bug 42625: Add Koha::Patron->can_edit_records_from Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #39 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206324 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206324&action=edit Bug 42625: Honour library group exemptions in can_be_edited Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #40 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206325 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206325&action=edit Bug 42625: Add /library_groups list endpoint Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #41 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206326 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206326&action=edit Bug 42625: Add swagger spec for /library_groups Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #42 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206327 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206327&action=edit Bug 42625: Accept and return library groups on record sources api Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #43 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206328 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206328&action=edit Bug 42625: Add record source editing flag to library groups admin Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #44 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206329 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206329&action=edit Bug 42625: Add library group selector to record source form Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #45 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206330 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206330&action=edit Bug 42625: Skip locked records in batch record modification Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #46 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206331 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206331&action=edit Bug 42625: Add tests for RecordSource->library_groups Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #47 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206332 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206332&action=edit Bug 42625: Add tests for Patron->can_edit_records_from Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #48 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206333 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206333&action=edit Bug 42625: Add tests for can_be_edited group exemption Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #49 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206334 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206334&action=edit Bug 42625: Add tests for /library_groups endpoint Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #50 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206335 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206335&action=edit Bug 42625: Add tests for record source library group API Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #51 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206336 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206336&action=edit Bug 42625: Unlink record sources when group flag is unchecked Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #52 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206337 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206337&action=edit Bug 42625: Add tests for group flag unlink behaviour Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #53 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206338 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206338&action=edit Bug 42625: Add Cypress test for record source group selector Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #54 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206339 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206339&action=edit Bug 42625: Add tests for batch update lock permissions Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #55 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206340 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206340&action=edit Bug 42625: Add record source to MARC modification templates Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #56 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206341 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206341&action=edit Bug 42625: Add record source to import batches Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #57 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206342 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206342&action=edit Bug 42625: Add Koha objects for MARC modification templates Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #58 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206343 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206343&action=edit Bug 42625: Add record source selector to template admin Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #59 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206344 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206344&action=edit Bug 42625: Take batch modification record source from template Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #60 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206345 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206345&action=edit Bug 42625: Apply template record source when staging and committing Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #61 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206346 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206346&action=edit Bug 42625: Accept modification template in svc/import_bib Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #62 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206347 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206347&action=edit Bug 42625: Forward modification template from Connexion daemon Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #63 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206348 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206348&action=edit Bug 42625: Add tests for record source in import batches Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #64 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206349 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206349&action=edit Bug 42625: Add tests for template record source objects Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #65 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206350 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206350&action=edit Bug 42625: Add tests for batch update record source from template Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #66 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206351 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206351&action=edit Bug 42625: Require set_record_sources to set a template record source Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #67 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206352 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206352&action=edit Bug 42625: Add Cypress test for template record source permission Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #68 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206353 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206353&action=edit Bug 42625: Skip locked records when committing an import batch Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #69 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206354 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206354&action=edit Bug 42625: Add tests for locked records in BatchCommitRecords Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #70 from Brendan Lawlor <blawlor@clamsnet.org> --- Created attachment 206355 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206355&action=edit Bug 42625: DO NOT PUSH - DBIC Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org> Sponsored-by: CLAMS -- 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=42625 --- Comment #71 from Brendan Lawlor <blawlor@clamsnet.org> --- This works as described and all the tests pass. I used Claude Sonnet 5 to help with testing step 12. With the two daemons running it used this command to send marc records to the daemon (updated to port 5501 for the second daemon: docker exec kohadev-koha-1 bash -c "(cat /tmp/connexion_overlay_452.mrc; printf '\000') | nc -q8 localhost 5500" which output: Success. Batch number 9 - biblio record number 452 overlaid by import. http://kohadev-intra.myDNSname.org:8081/cgi-bin/koha/catalogue/detail.pl?bib... I was able to create records with different sources this way. I would like to know what commands to do step 12 in ktd, but this did seem to work. -- 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=42625 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |andrew@bywatersolutions.com |y.org | -- 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=42625 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #72 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- A user with edit_catalogue but not edit_locked_records should have "Modify record using template," "Replace record via z39.50," and "Delete record" disabled in the Edit dropdown on a locked bib record. These actions are correctly prevented with this code, but the user shouldn't be allowed to select them in the first place. With this code, a user records_batchmod but not set_record_sources can successfully use a batch mod template to edit the source of a record. A user without set_record_sources should not be able to select a template that contains a source change when performing a batch modification. -- 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=42625 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement adds release notes| |several new | |functionalities. | |- When creating or editing | |library groups, one can now | |set the option "Use for | |record source editing". | |- When creating record | |sources, one can define one | |or more library groups to | |be allowed to edit records | |with this source. Only | |groups with the "Use for | |record source editing" | |option set will be | |accessible for this | |purpose. | |- When a record has a | |source set and that source | |is editable by one or more | |library groups, the record | |will only be editable by | |superlibrarians, users with | |edit_locked_records | |permission, and users with | |edit_catalogue permission | |whose home library is in | |one of those groups. | |- Users with | |marc_modification_templates | |and set_record_sources | |permissions are able to | |create MARC modification | |templates that change the | |record source of a record. | |Changes to record source | |may be combined with | |changes to MARC data or may | |be saved in a template that | |does not change MARC data. | |- Users with | |records_batchmod and | |set_record_sources | |permissions may use MARC | |modification templates | |containing record source | |changes when performing | |record batch modifications. | |- When a user with | |records_batchmod permission | |but without | |edit_locked_records | |permission performs a batch | |modification on a group of | |records containing one or | |more locked records, the | |locked records that were | |not modified are noted in | |the background job details. | |- The OCLC Connexion daemon | |can now be configured to | |apply a MARC modification | |template when importing | |records. -- 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=42625 --- Comment #73 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206516 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206516&action=edit Bug 42625: (QA follow-up) Disable locked record actions in Edit menu -- 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=42625 --- Comment #74 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206517 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206517&action=edit Bug 42625: (QA follow-up) Hide source templates in batch modification -- 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=42625 --- Comment #75 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206518 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206518&action=edit Bug 42625: (QA follow-up) Add tests for locked record Edit menu -- 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=42625 --- Comment #76 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- Created attachment 206519 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206519&action=edit Bug 42625: (QA follow-up) Add tests for batch mod template filter -- 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=42625 Jacob O'Mara <jacob.omara@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- 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=42625 Jacob O'Mara <jacob.omara@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |jacob.omara@openfifth.co.uk |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=42625 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=36372 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42625 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=38291 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42625 --- Comment #77 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Spotted two more things, but after these I think we're all set: Per new coding guidelines, the MARC mod template object you're adding here should include the option to record creation, modification, and deletion in the action logs (logging controlled by a syspref, module added to the filters in the log viewer) https://wiki.koha-community.org/wiki/Coding_Guidelines#ACTN2:_New_additions_... When I create a new MARC Mod Template by duplicating an existing template, the source change from my original template is not carried over to the new one, only the MARC actions. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42625 Michelle Spinney <mspinney@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mspinney@clamsnet.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42625 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org