[Bug 24108] New: Advanced Editor: Save .mrc save with a configurable value
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Bug ID: 24108 Summary: Advanced Editor: Save .mrc save with a configurable value Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: carnold@dgiinc.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl When saving a file as .mrc in the Advanced Editor, please add an identifier to the name of the file. Either: *Koha Number *Control Number (our preference, but we understand not everyone uses this) Bonus if it is configurable (default can be Koha Number) Currently the file is saved as "record.mrc" which does no one any good at all. -- 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=24108 --- Comment #1 from Cori Lynn Arnold <carnold@dgiinc.com> --- Created attachment 95989 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95989&action=edit Bug 24108: Advanced Editor: Save .mrc save with a configurable value Creates a new systempref "SaveRecordbyControlNumber" which is initially set to 0 (off/no). By default saving .mrc (and .xml) will be saved by the biblionumber. To test: Apply the patches. 1. Open a record in the advanced editor 2. Save the record using the drop down box selecting "Save as MARC (.mrc) file. 3. Note that the file saved is the same as the biblionumber at the top of the Advanced Editor interface. <Repeat steps 1-3 for the .xml save option> 4. Update the database: update systempreferences set value = '1' where variable = 'SaveRecordbyControlNumber'; 5. Restart Koha 6. Verify that there is not a 001 field in the record (delete it if there is) Repeat steps 1, 2, & 3 for both .mrc and .xml options (the file should still be saved as the biblionumber if there is no control field) 7. Add a 001 field to the record such as "001 abc00012345" Repeat steps 1, 2 for both .mrc and .xml Verify that the files saved are named abc00012345.mrc and abc00012345.xml -- 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=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #2 from Cori Lynn Arnold <carnold@dgiinc.com> --- To test: Apply the patches. 1. Open a record in the advanced editor 2. Save the record using the drop down box selecting "Save as MARC (.mrc) file. 3. Note that the file saved is the same as the biblionumber at the top of the Advanced Editor interface. <Repeat steps 1-3 for the .xml save option> 4. Update the database: update systempreferences set value = '1' where variable = 'SaveRecordbyControlNumber'; 5. Restart Koha 6. Verify that there is not a 001 field in the record (delete it if there is) Repeat steps 1, 2, & 3 for both .mrc and .xml options (the file should still be saved as the biblionumber if there is no control field) 7. Add a 001 field to the record such as "001 abc00012345" Repeat steps 1, 2 for both .mrc and .xml Verify that the files saved are named abc00012345.mrc and abc00012345.xml -- 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=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |carnold@dgiinc.com |ity.org | --- Comment #3 from Cori Lynn Arnold <carnold@dgiinc.com> --- Adding me as assignee -- 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=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #95989|0 |1 is obsolete| | --- Comment #4 from Cori Lynn Arnold <carnold@dgiinc.com> --- Created attachment 101026 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101026&action=edit Bug 24108: Advanced Editor: Save .mrc save with a configurable value Creates a new systempref "SaveRecordbyControlNumber" which is initially set to 0 (off/no). By default saving .mrc (and .xml) will be saved by the biblionumber. To test: Apply the patches. 1. Open a record in the advanced editor 2. Save the record using the drop down box selecting "Save as MARC (.mrc) file. 3. Note that the file saved is the same as the biblionumber at the top of the Advanced Editor interface. <Repeat steps 1-3 for the .xml save option> 4. Update the database: update systempreferences set value = '1' where variable = 'SaveRecordbyControlNumber'; 5. Restart Koha 6. Verify that there is not a 001 field in the record (delete it if there is) Repeat steps 1, 2, & 3 for both .mrc and .xml options (the file should still be saved as the biblionumber if there is no control field) 7. Add a 001 field to the record such as "001 abc00012345" Repeat steps 1, 2 for both .mrc and .xml Verify that the files saved are named abc00012345.mrc and abc00012345.xml -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101026|0 |1 is obsolete| | --- Comment #5 from Cori Lynn Arnold <carnold@dgiinc.com> --- Created attachment 101027 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101027&action=edit Changed indentation. See tests above. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101027|0 |1 is obsolete| | --- Comment #6 from Cori Lynn Arnold <carnold@dgiinc.com> --- Comment on attachment 101027 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101027 Changed indentation. GAH, why is this so hard?? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101026|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101027|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101027|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101026|0 |1 is obsolete| | --- Comment #7 from Cori Lynn Arnold <carnold@dgiinc.com> --- Created attachment 101032 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101032&action=edit Bug 24108: Advanced Editor: Save .mrc save with a configurable value Creates a new systempref "SaveRecordbyControlNumber" which is initially set to 0 (off/no). By default saving .mrc (and .xml) will be saved by the biblionumber. To test: Apply the patches. 1. Open a record in the advanced editor 2. Save the record using the drop down box selecting "Save as MARC (.mrc) file. 3. Note that the file saved is the same as the biblionumber at the top of the Advanced Editor interface. <Repeat steps 1-3 for the .xml save option> 4. Update the database: update systempreferences set value = '1' where variable = 'SaveRecordbyControlNumber'; 5. Restart Koha 6. Verify that there is not a 001 field in the record (delete it if there is) Repeat steps 1, 2, & 3 for both .mrc and .xml options (the file should still be saved as the biblionumber if there is no control field) 7. Add a 001 field to the record such as "001 abc00012345" Repeat steps 1, 2 for both .mrc and .xml Verify that the files saved are named abc00012345.mrc and abc00012345.xml -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101032|0 |1 is obsolete| | --- Comment #8 from Cori Lynn Arnold <carnold@dgiinc.com> --- Created attachment 101056 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101056&action=edit Bug 24108: Advanced Editor: Save .mrc save with a configurable value Creates a new systempref "SaveRecordbyControlNumber" which is initially set to 0 (off/no). By default saving .mrc (and .xml) will be saved by the biblionumber. To test: Apply the patches. 1. Open a record in the advanced editor 2. Save the record using the drop down box selecting "Save as MARC (.mrc) file. 3. Note that the file saved is the same as the biblionumber at the top of the Advanced Editor interface. <Repeat steps 1-3 for the .xml save option> 4. Update the preference: Search for "SaveRecordbyControlNumber" in system preferences. Change to "Save by ControlNumber" 5. Restart Koha 6. Verify that there is not a 001 field in the record (delete it if there is) Repeat steps 1, 2, & 3 for both .mrc and .xml options (the file should still be saved as the biblionumber if there is no control field) 7. Add a 001 field to the record such as "001 abc00012345" Repeat steps 1, 2 for both .mrc and .xml Verify that the files saved are named abc00012345.mrc and abc00012345.xml -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 David Nind <david@davidnind.com> 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=24108 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101056|0 |1 is obsolete| | --- Comment #9 from David Nind <david@davidnind.com> --- Created attachment 101069 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101069&action=edit Bug 24108: Advanced Editor - Save .mrc save with a configurable value Creates a new system preference "SaveRecordbyControlNumber" which is initially set to 0 (off/no). By default saving .mrc (and .xml) will be saved by the biblionumber. Test plan: 1) Apply the patch, flush_memcached and restart_all 2) Enable the "EnableAdvancedCatalogingEditor" system preference 4) Save the record using the drop down box selecting "Save as MARC (.mrc) file. 5) Note that the file saved is the same as the biblionumber at the top of the Advanced Editor interface. 6) Repeat steps 3-5 for the .xml save option 7) Update the new system preference "SaveRecordbyControlNumber" and change to "Save by ControlNumber" 8) Verify that there is not a 001 field in the record (delete it if there is) 9) Repeat steps 3-5 for both .mrc and .xml options (the file should still be saved as the biblionumber if there is no control field) 10) Add a 001 field to the record such as "001 abc00012345" 11) Repeat step 4 for both .mrc and .xml and verify that the files saved are named abc00012345.mrc and abc00012345.xml 12) Sign off! Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 101381 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101381&action=edit Bug 24108: Advanced Editor: Save .mrc save with a configurable value Creates a new systempref "SaveRecordbyControlNumber" which is initially set to 0 (off/no). By default saving .mrc (and .xml) will be saved by the biblionumber. To test: Apply the patches. 1. Open a record in the advanced editor 2. Save the record using the drop down box selecting "Save as MARC (.mrc) file. 3. Note that the file saved is the same as the biblionumber at the top of the Advanced Editor interface. <Repeat steps 1-3 for the .xml save option> 4. Update the preference: Search for "SaveRecordbyControlNumber" in system preferences. Change to "Save by ControlNumber" 5. Restart Koha 6. Verify that there is not a 001 field in the record (delete it if there is) Repeat steps 1, 2, & 3 for both .mrc and .xml options (the file should still be saved as the biblionumber if there is no control field) 7. Add a 001 field to the record such as "001 abc00012345" Repeat steps 1, 2 for both .mrc and .xml Verify that the files saved are named abc00012345.mrc and abc00012345.xml Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 101382 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101382&action=edit Bug 24108: (follow-up) Fix capitalization of sys pref description Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 101383 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101383&action=edit Bug 24108: Alternativ phrasing of the system preference decription Suggestion: When exporting a record in the advanced editor (Rancor), use the [biblionumber|control number] in the file name. Default is by biblionumer. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101383|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 101384 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101384&action=edit Bug 24108: (follow-up) Alternative phrasing of the system preference decription Suggestion: When exporting a record in the advanced editor (Rancor), use the [biblionumber|control number] in the file name. Default is by biblionumer. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Advanced Editor: Save .mrc |Advanced editor: configure |save with a configurable |if biblionumber or control |value |number is used for saved | |files CC| |katrin.fischer@bsz-bw.de --- Comment #14 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Cori, i added 2 follow-ups: - A fix for the capitalization in your pref description (this would be a QA blocker) - A suggestion for rephrasing it - I think it might be easier to understand (hopefully). There is still a blocker for me. If 001/biblionumer (for a new record) is missing, we now get .mrc or .xml as file name. Before there was record.mrc record.xml. I think we should keep this behaviour - a fallback for missing values. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101069|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #15 from Cori Lynn Arnold <carnold@dgiinc.com> --- Created attachment 114081 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114081&action=edit Bug 24108: Advanced editor: configure if biblionumber or control number is used for saved files Creates a new system preference "SaveRecordbyControlNumber" which is initially set to 0 (off/no). By default saving .mrc (and .xml) will be saved by the biblionumber. If the record does not yet have a biblionumber, the record will be saved as record.mrc or record.xml Test plan: 1) Apply the patch, flush_memcached and restart_all 2) Enable the "EnableAdvancedCatalogingEditor" system preference 4) Save the record using the drop down box selecting "Save as MARC (.mrc) file. 5) Note that the file saved is the same as the biblionumber at the top of the Advanced Editor interface. 6) Repeat steps 3-5 for the .xml save option 7) Update the new system preference "SaveRecordbyControlNumber" and change to "Save by ControlNumber" 8) Verify that there is not a 001 field in the record (delete it if there is) 9) Repeat steps 3-5 for both .mrc and .xml options (the file should still be saved as the biblionumber if there is no control field) 10) Add a 001 field to the record such as "001 abc00012345" 11) Repeat step 4 for both .mrc and .xml and verify that the files saved are named abc00012345.mrc and abc00012345.xml 12) Sign off! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101381|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101382|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #101384|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #114081|0 |1 is obsolete| | --- Comment #16 from Cori Lynn Arnold <carnold@dgiinc.com> --- Created attachment 114082 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114082&action=edit Bug 24108: Advanced editor: configure if biblionumber or control number is used for saved files Fix typo with .xml extension -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #114081|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Cori Lynn Arnold <carnold@dgiinc.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #17 from Cori Lynn Arnold <carnold@dgiinc.com> --- Bug 24108: Advanced editor: configure if biblionumber or control number is used for saved files Updates based on QA feedback: 1. If the biblionumber is not set (not yet in the system) default to save to "record.mrc" and "record.xml", emulating the old behavior. 2. Lowercase "control number" and "biblionumber" in description. 3. Better system preference description. Creates a new system preference "SaveRecordbyControlNumber" which is initially set to 0 (off/no). By default saving .mrc (and .xml) will be saved by the biblionumber. If the record does not yet have a biblionumber, the record will be saved as record.mrc or record.xml Test plan: 1) Apply the patch, flush_memcached and restart_all 2) Enable the "EnableAdvancedCatalogingEditor" system preference 4) Save the record using the drop down box selecting "Save as MARC (.mrc) file. 5) Note that the file saved is the same as the biblionumber at the top of the Advanced Editor interface. 6) Repeat steps 3-5 for the .xml save option 7) Update the new system preference "SaveRecordbyControlNumber" and change to "Save by ControlNumber" 8) Verify that there is not a 001 field in the record (delete it if there is) 9) Repeat steps 3-5 for both .mrc and .xml options (the file should still be saved as the biblionumber if there is no control field) 10) Add a 001 field to the record such as "001 abc00012345" 11) Repeat step 4 for both .mrc and .xml and verify that the files saved are named abc00012345.mrc and abc00012345.xml 12) Sign off! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 David Nind <david@davidnind.com> 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=24108 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #114081|0 |1 is obsolete| | Attachment #114082|0 |1 is obsolete| | --- Comment #18 from David Nind <david@davidnind.com> --- Created attachment 114243 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114243&action=edit Bug 24108: Advanced editor: configure if biblionumber or control number is used for saved files Creates a new system preference "SaveRecordbyControlNumber" which is initially set to 0 (off/no). By default saving .mrc (and .xml) will be saved by the biblionumber. If the record does not yet have a biblionumber, the record will be saved as record.mrc or record.xml Test plan: 1) Apply the patch, flush_memcached and restart_all 2) Enable the "EnableAdvancedCatalogingEditor" system preference 4) Save the record using the drop down box selecting "Save as MARC (.mrc) file. 5) Note that the file saved is the same as the biblionumber at the top of the Advanced Editor interface. 6) Repeat steps 3-5 for the .xml save option 7) Update the new system preference "SaveRecordbyControlNumber" and change to "Save by ControlNumber" 8) Verify that there is not a 001 field in the record (delete it if there is) 9) Repeat steps 3-5 for both .mrc and .xml options (the file should still be saved as the biblionumber if there is no control field) 10) Add a 001 field to the record such as "001 abc00012345" 11) Repeat step 4 for both .mrc and .xml and verify that the files saved are named abc00012345.mrc and abc00012345.xml 12) Sign off! Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #19 from David Nind <david@davidnind.com> --- Created attachment 114244 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114244&action=edit Bug 24108: Advanced editor: configure if biblionumber or control number is used for saved files Fix typo with .xml extension Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #20 from David Nind <david@davidnind.com> --- I've signed off, but I think the system preference description needs some changes. My suggestion for the system preference description: When saving a record to a MARC or MARCXML file in the advanced cataloging editor, use the [bibliographic record number|control number] in the file name. The default is to use the bibliographic record number. Notes: - An alternative could be to use 'record number', rather than 'bibliographic record number' to make a bit shorter if desired. - The system preference for enabling the advanced cataloguing editor doesn't use Rancor, so I would removed that and use the same terminology used in EnableAdvancedCatalogingEditor. - The drop down list for choosing the option should just be the text in lower case, and not include the "Save by...". - See the terminology list (don't use biblio, use bibliographic record): https://wiki.koha-community.org/wiki/Terminology -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement lets you release notes| |choose how a record is | |named when saving it as a | |MARC or MARCXML file using | |the advanced cataloguing | |editor. | | | |Using the new | |system system preference | |"SaveRecordbyControlNumber" | |you can choose: | |- the | |bibliographic record number | |(the default), or | |- the | |control number (001 field). | | | |If the record does not yet | |have a bibliographic record | |number, it is saved as | |record.mrc or record.xml. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #114243|0 |1 is obsolete| | Attachment #114244|0 |1 is obsolete| | --- Comment #21 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 115033 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115033&action=edit Bug 24108: Advanced editor: configure if biblionumber or control number is used for saved files Creates a new system preference "SaveRecordbyControlNumber" which is initially set to 0 (off/no). By default saving .mrc (and .xml) will be saved by the biblionumber. If the record does not yet have a biblionumber, the record will be saved as record.mrc or record.xml Test plan: 1) Apply the patch, flush_memcached and restart_all 2) Enable the "EnableAdvancedCatalogingEditor" system preference 4) Save the record using the drop down box selecting "Save as MARC (.mrc) file. 5) Note that the file saved is the same as the biblionumber at the top of the Advanced Editor interface. 6) Repeat steps 3-5 for the .xml save option 7) Update the new system preference "SaveRecordbyControlNumber" and change to "Save by ControlNumber" 8) Verify that there is not a 001 field in the record (delete it if there is) 9) Repeat steps 3-5 for both .mrc and .xml options (the file should still be saved as the biblionumber if there is no control field) 10) Add a 001 field to the record such as "001 abc00012345" 11) Repeat step 4 for both .mrc and .xml and verify that the files saved are named abc00012345.mrc and abc00012345.xml 12) Sign off! Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #22 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 115034 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115034&action=edit Bug 24108: (follow-up) Fix typo with .xml extension Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #23 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 115035 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115035&action=edit Bug 24108: (QA follow-up) Adjust wording and use perl for update file -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #24 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 115036 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115036&action=edit Bug 24108: Make export file names consistent This patch renames the systempreference to be a bit clearer and uses explicit options rather than a yes/no Additionally it standardizes the export from the advanced cataloging editor with that from the details page To test: 1 - Apply patches 2 - Update database and restart all the things 3 - Open a record in the advanced editor and save it as marc and xml 4 - Note the file name is 'bib-{biblionumber.{format}' 5 - Edit the syspref 'DefaultSaveRecordFileID' to be control number 6 - Repeate 3-4 on a record with and without a control number 7 - If control number present fiule name should be 'record-{controlnumber}.{format}' 8 - Otherwise it should be as above 9 - Repeat tests from the details page of a record 10 - Repeat tests from the opac details page of a record -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #25 from Nick Clemens <nick@bywatersolutions.com> --- I got a bit carried away here, I intended just to implement David's wording changes, but I think we should be consistent when saving either in the editor or on the details page - I also think the syspref could be a bit more explicit in the naming and options. Please either sign-off, or feel free to obsolete my patches and throw back for another QA opinion -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115036|0 |1 is obsolete| | --- Comment #26 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 115038 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115038&action=edit Bug 24108: Make export file names consistent This patch renames the systempreference to be a bit clearer and uses explicit options rather than a yes/no Additionally it standardizes the export from the advanced cataloging editor with that from the details page To test: 1 - Apply patches 2 - Update database and restart all the things 3 - Open a record in the advanced editor and save it as marc and xml 4 - Note the file name is 'bib-{biblionumber.{format}' 5 - Edit the syspref 'DefaultSaveRecordFileID' to be control number 6 - Repeate 3-4 on a record with and without a control number 7 - If control number present fiule name should be 'record-{controlnumber}.{format}' 8 - Otherwise it should be as above 9 - Repeat tests from the details page of a record 10 - Repeat tests from the opac details page of a record -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 David Nind <david@davidnind.com> 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=24108 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115033|0 |1 is obsolete| | --- Comment #27 from David Nind <david@davidnind.com> --- Created attachment 115356 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115356&action=edit Bug 24108: Advanced editor: configure if biblionumber or control number is used for saved files Creates a new system preference "SaveRecordbyControlNumber" which is initially set to 0 (off/no). By default saving .mrc (and .xml) will be saved by the biblionumber. If the record does not yet have a biblionumber, the record will be saved as record.mrc or record.xml Test plan: 1) Apply the patch, flush_memcached and restart_all 2) Enable the "EnableAdvancedCatalogingEditor" system preference 4) Save the record using the drop down box selecting "Save as MARC (.mrc) file. 5) Note that the file saved is the same as the biblionumber at the top of the Advanced Editor interface. 6) Repeat steps 3-5 for the .xml save option 7) Update the new system preference "SaveRecordbyControlNumber" and change to "Save by ControlNumber" 8) Verify that there is not a 001 field in the record (delete it if there is) 9) Repeat steps 3-5 for both .mrc and .xml options (the file should still be saved as the biblionumber if there is no control field) 10) Add a 001 field to the record such as "001 abc00012345" 11) Repeat step 4 for both .mrc and .xml and verify that the files saved are named abc00012345.mrc and abc00012345.xml 12) Sign off! Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115034|0 |1 is obsolete| | --- Comment #28 from David Nind <david@davidnind.com> --- Created attachment 115357 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115357&action=edit Bug 24108: (follow-up) Fix typo with .xml extension Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115035|0 |1 is obsolete| | --- Comment #29 from David Nind <david@davidnind.com> --- Created attachment 115358 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115358&action=edit Bug 24108: (QA follow-up) Adjust wording and use perl for update file Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115038|0 |1 is obsolete| | --- Comment #30 from David Nind <david@davidnind.com> --- Created attachment 115359 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115359&action=edit Bug 24108: Make export file names consistent This patch renames the systempreference to be a bit clearer and uses explicit options rather than a yes/no Additionally it standardizes the export from the advanced cataloging editor with that from the details page To test: 1 - Apply patches 2 - Update database and restart all the things 3 - Open a record in the advanced editor and save it as marc and xml 4 - Note the file name is 'bib-{biblionumber.{format}' 5 - Edit the syspref 'DefaultSaveRecordFileID' to be control number 6 - Repeate 3-4 on a record with and without a control number 7 - If control number present fiule name should be 'record-{controlnumber}.{format}' 8 - Otherwise it should be as above 9 - Repeat tests from the details page of a record 10 - Repeat tests from the opac details page of a record Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This enhancement lets you |This enhancement lets you release notes|choose how a record is |choose how a record is |named when saving it as a |named when saving it as a |MARC or MARCXML file using |MARC or MARCXML file using |the advanced cataloguing |the advanced cataloguing |editor. |editor. | | |Using the new |Using the new |system system preference |system system preference |"SaveRecordbyControlNumber" |"DefaultSaveRecordFileID" |you can choose: |choose: |- the |- the bibliographic |bibliographic record number |record number (the |(the default), or |default): the file is saved |- the |as |control number (001 field). |bib-{biblionumber}.{format} | |, or |If the record does not yet |- the control number |have a bibliographic record |(001 field): the file is |number, it is saved as |saved as as |record.mrc or record.xml. |record-{controlnumber}.{for | |mat}. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|Trivial patch |Medium patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115356|0 |1 is obsolete| | --- Comment #31 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 116898 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116898&action=edit Bug 24108: Advanced editor: configure if biblionumber or control number is used for saved files Creates a new system preference "SaveRecordbyControlNumber" which is initially set to 0 (off/no). By default saving .mrc (and .xml) will be saved by the biblionumber. If the record does not yet have a biblionumber, the record will be saved as record.mrc or record.xml Test plan: 1) Apply the patch, flush_memcached and restart_all 2) Enable the "EnableAdvancedCatalogingEditor" system preference 4) Save the record using the drop down box selecting "Save as MARC (.mrc) file. 5) Note that the file saved is the same as the biblionumber at the top of the Advanced Editor interface. 6) Repeat steps 3-5 for the .xml save option 7) Update the new system preference "SaveRecordbyControlNumber" and change to "Save by ControlNumber" 8) Verify that there is not a 001 field in the record (delete it if there is) 9) Repeat steps 3-5 for both .mrc and .xml options (the file should still be saved as the biblionumber if there is no control field) 10) Add a 001 field to the record such as "001 abc00012345" 11) Repeat step 4 for both .mrc and .xml and verify that the files saved are named abc00012345.mrc and abc00012345.xml 12) Sign off! Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115357|0 |1 is obsolete| | --- Comment #32 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 116899 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116899&action=edit Bug 24108: (follow-up) Fix typo with .xml extension Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115358|0 |1 is obsolete| | --- Comment #33 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 116900 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116900&action=edit Bug 24108: (QA follow-up) Adjust wording and use perl for update file Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115359|0 |1 is obsolete| | --- Comment #34 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 116901 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116901&action=edit Bug 24108: Make export file names consistent This patch renames the systempreference to be a bit clearer and uses explicit options rather than a yes/no Additionally it standardizes the export from the advanced cataloging editor with that from the details page To test: 1 - Apply patches 2 - Update database and restart all the things 3 - Open a record in the advanced editor and save it as marc and xml 4 - Note the file name is 'bib-{biblionumber.{format}' 5 - Edit the syspref 'DefaultSaveRecordFileID' to be control number 6 - Repeate 3-4 on a record with and without a control number 7 - If control number present fiule name should be 'record-{controlnumber}.{format}' 8 - Otherwise it should be as above 9 - Repeat tests from the details page of a record 10 - Repeat tests from the opac details page of a record Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #35 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 116902 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116902&action=edit Bug 24108: (QA follow-up) Add missing comma in sysprefs.sql Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #36 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 116903 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116903&action=edit Bug 24108: (QA follow-up) Add staff detail page to syspref description Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Advanced editor: configure |Configure if biblionumber |if biblionumber or control |or control number is used |number is used for saved |for saved files from detail |files |page or advanced | |cataloguing editor Text to go in the|This enhancement lets you |This enhancement lets you release notes|choose how a record is |choose how a record is |named when saving it as a |named when saving it as a |MARC or MARCXML file using |MARC or MARCXML file using |the advanced cataloguing |the advanced cataloguing |editor. |editor or the download | |option from the staff |Using the new |interface detail page. |system system preference | |"DefaultSaveRecordFileID" |Using the new system system |choose: |preference |- the bibliographic |"DefaultSaveRecordFileID" |record number (the |choose: |default): the file is saved |- the bibliographic |as |record number (the |bib-{biblionumber}.{format} |default): the file is saved |, or |as |- the control number |bib-{biblionumber}.{format} |(001 field): the file is |, or |saved as as |- the control number |record-{controlnumber}.{for |(001 field): the file is |mat}. |saved as as | |record-{controlnumber}.{for | |mat}. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #116898|0 |1 is obsolete| | Attachment #116899|0 |1 is obsolete| | Attachment #116900|0 |1 is obsolete| | Attachment #116901|0 |1 is obsolete| | Attachment #116902|0 |1 is obsolete| | Attachment #116903|0 |1 is obsolete| | --- Comment #37 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 116912 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116912&action=edit Bug 24108: Advanced editor: configure if biblionumber or control number is used for saved files Creates a new system preference "SaveRecordbyControlNumber" (renamed in follow-up patch with "DefaultSaveRecordFileID") which is initially set to 0 (off/no). By default saving .mrc (and .xml) will be saved by the biblionumber. If the record does not yet have a biblionumber, the record will be saved as record.mrc or record.xml Test plan: 1) Apply the patch, flush_memcached and restart_all 2) Enable the "EnableAdvancedCatalogingEditor" system preference 4) Save the record using the drop down box selecting "Save as MARC (.mrc) file. 5) Note that the file saved is the same as the biblionumber at the top of the Advanced Editor interface. 6) Repeat steps 3-5 for the .xml save option 7) Update the new system preference "SaveRecordbyControlNumber" and change to "Save by ControlNumber" 8) Verify that there is not a 001 field in the record (delete it if there is) 9) Repeat steps 3-5 for both .mrc and .xml options (the file should still be saved as the biblionumber if there is no control field) 10) Add a 001 field to the record such as "001 abc00012345" 11) Repeat step 4 for both .mrc and .xml and verify that the files saved are named abc00012345.mrc and abc00012345.xml 12) Sign off! Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> JD amended patch: * Remove change to obsolete sysprefs.sql * Fix author's patch * Update commit message to tell the syspref has been renamed -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #38 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 116913 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116913&action=edit Bug 24108: (follow-up) Fix typo with .xml extension Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> JD amended patch: * Fix author's patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #39 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 116914 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116914&action=edit Bug 24108: (QA follow-up) Adjust wording and use perl for update file Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #40 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 116915 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116915&action=edit Bug 24108: Make export file names consistent This patch renames the systempreference to be a bit clearer and uses explicit options rather than a yes/no Additionally it standardizes the export from the advanced cataloging editor with that from the details page To test: 1 - Apply patches 2 - Update database and restart all the things 3 - Open a record in the advanced editor and save it as marc and xml 4 - Note the file name is 'bib-{biblionumber.{format}' 5 - Edit the syspref 'DefaultSaveRecordFileID' to be control number 6 - Repeate 3-4 on a record with and without a control number 7 - If control number present fiule name should be 'record-{controlnumber}.{format}' 8 - Otherwise it should be as above 9 - Repeat tests from the details page of a record 10 - Repeat tests from the opac details page of a record Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #41 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 116916 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116916&action=edit Bug 24108: (QA follow-up) Add missing comma in sysprefs.sql Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #42 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 116917 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116917&action=edit Bug 24108: (QA follow-up) Add staff detail page to syspref description Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #43 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 116918 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116918&action=edit Bug 24108: Remove extra spaces -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |21.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #44 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Pushed to master for 21.05, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Manual CC| |caroline.cyr-la-rose@inlibr | |o.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #45 from Fridolin Somers <fridolin.somers@biblibre.com> --- Enhancement not pushed to 20.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #46 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- I'm wondering if this new syspref should go in Cataloging > Exporting instead of Cataloging > Interface... What do y'all think? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|Manual | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24108 --- Comment #47 from David Nind <david@davidnind.com> --- That makes more sense to me! The new system preference is more closely related to the exporting section, which covers BibtexExport* and RisExport*. The interface section covers what is displayed on various pages and features that affect the display. A new bug or a follow up? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org