[Bug 42295] New: Tidy all script tags - includes staff
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Bug ID: 42295 Summary: Tidy all script tags - includes staff Initiative type: --- Sponsorship --- status: Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart@gmail.com QA Contact: testopia@bugs.koha-community.org Blocks: 42094 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42094 [Bug 42094] Tidy all script tags (except value_builder) -- 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=42295 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |jonathan.druart@gmail.com |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=42295 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 196807 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196807&action=edit Bug 42295: Tidy all script tags - staff includes In order to tidy all the script tags of the .tt files we isolate the interpolation of Template::Toolkit variables in a separate script tag. This patch focuses on the 'includes' files of the staff interface. The 8 main changes are in the following files: * batch_biblio_record_modification.inc => make sure the confirmation messages are display when modifying biblio records in batch * erm_sushi_harvester.inc => trivial changes * import_from_kbart_file.inc => make sure the background jobs are enqueued successfully when importing kbart file (ERM module) * calendar.inc * js-date-format.inc => the flatpickr occurrences should work correctly, the date format should be taken into account * cateditor-ui.inc => quite trivial changes * doc-head-close.inc => trivial changes * js_includes.inc => existing JS variables moved to a separate script tag -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 196808 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196808&action=edit Bug 42295: Tidy all script tags - staff includes (auto tidy) Patch from commit 676620e -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #196807|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=42295 --- Comment #3 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 196813 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196813&action=edit Bug 42295: Tidy all script tags - staff includes In order to tidy all the script tags of the .tt files we isolate the interpolation of Template::Toolkit variables in a separate script tag. This patch focuses on the 'includes' files of the staff interface. The 8 main changes are in the following files: * batch_biblio_record_modification.inc => make sure the confirmation messages are display when modifying biblio records in batch * erm_sushi_harvester.inc => trivial changes * import_from_kbart_file.inc => make sure the background jobs are enqueued successfully when importing kbart file (ERM module) * calendar.inc * js-date-format.inc => the flatpickr occurrences should work correctly, the date format should be taken into account * cateditor-ui.inc => quite trivial changes * doc-head-close.inc => trivial changes * js_includes.inc => existing JS variables moved to a separate script tag -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #196813|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=42295 --- Comment #4 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 196814 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196814&action=edit Bug 42295: Tidy all script tags - staff includes In order to tidy all the script tags of the .tt files we isolate the interpolation of Template::Toolkit variables in a separate script tag. This patch focuses on the 'includes' files of the staff interface. The 8 main changes are in the following files: * batch_biblio_record_modification.inc => make sure the confirmation messages are display when modifying biblio records in batch * erm_sushi_harvester.inc => trivial changes * import_from_kbart_file.inc => make sure the background jobs are enqueued successfully when importing kbart file (ERM module) * calendar.inc * js-date-format.inc => the flatpickr occurrences should work correctly, the date format should be taken into account * cateditor-ui.inc => quite trivial changes * doc-head-close.inc => trivial changes * js_includes.inc => existing JS variables moved to a separate script tag -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #196814|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=42295 --- Comment #5 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 196921 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196921&action=edit Bug 42295: Tidy all script tags - staff includes In order to tidy all the script tags of the .tt files we isolate the interpolation of Template::Toolkit variables in a separate script tag. This patch focuses on the 'includes' files of the staff interface. The 8 main changes are in the following files: * batch_biblio_record_modification.inc => make sure the confirmation messages are display when modifying biblio records in batch * erm_sushi_harvester.inc => trivial changes * import_from_kbart_file.inc => make sure the background jobs are enqueued successfully when importing kbart file (ERM module) * calendar.inc * js-date-format.inc => the flatpickr occurrences should work correctly, the date format should be taken into account * cateditor-ui.inc => quite trivial changes * doc-head-close.inc => trivial changes * js_includes.inc => existing JS variables moved to a separate script tag -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #196808|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=42295 --- Comment #6 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 196922 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196922&action=edit Bug 42295: Tidy all script tags - staff includes (auto tidy) Patch from commit 725f69a -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |41653 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41653 [Bug 41653] Stores for permissions and sysprefs should be under the Koha namespace -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #7 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Jonathan Druart from comment #5)
* batch_biblio_record_modification.inc => make sure the confirmation messages are display when modifying biblio records in batch
Is this file obsolete? I don't find any instances of 'batch_biblio_record_modification.inc' anywhere. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #8 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Owen Leonard from comment #7)
(In reply to Jonathan Druart from comment #5)
* batch_biblio_record_modification.inc => make sure the confirmation messages are display when modifying biblio records in batch
Is this file obsolete? I don't find any instances of 'batch_biblio_record_modification.inc' anywhere.
No it's not, it's included dynamically from admin/background_jobs.tt: 69 [% PROCESS "background_jobs/${job.type}.inc" %] -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #196922|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=42295 --- Comment #9 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 198512 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198512&action=edit Bug 42295: Tidy all script tags - staff includes (auto tidy) Patch from commit af8558b -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #196921|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=42295 --- Comment #10 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 198923 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198923&action=edit Bug 42295: Tidy all script tags - staff includes In order to tidy all the script tags of the .tt files we isolate the interpolation of Template::Toolkit variables in a separate script tag. This patch focuses on the 'includes' files of the staff interface. The 8 main changes are in the following files: * batch_biblio_record_modification.inc => make sure the confirmation messages are display when modifying biblio records in batch * erm_sushi_harvester.inc => trivial changes * import_from_kbart_file.inc => make sure the background jobs are enqueued successfully when importing kbart file (ERM module) * calendar.inc * js-date-format.inc => the flatpickr occurrences should work correctly, the date format should be taken into account * cateditor-ui.inc => quite trivial changes * doc-head-close.inc => trivial changes * js_includes.inc => existing JS variables moved to a separate script tag -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #198512|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=42295 --- Comment #11 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 198924 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198924&action=edit Bug 42295: Tidy all script tags - staff includes (auto tidy) Patch from commit 912f979 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #12 from Jonathan Druart <jonathan.druart@gmail.com> --- Fixed conflict with bug 42150 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |david@davidnind.com --- Comment #13 from David Nind <david@davidnind.com> --- The patches no longer apply 8-(... -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #198923|0 |1 is obsolete| | Attachment #198924|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=42295 --- Comment #14 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 201167 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201167&action=edit Bug 42295: Tidy all script tags - staff includes In order to tidy all the script tags of the .tt files we isolate the interpolation of Template::Toolkit variables in a separate script tag. This patch focuses on the 'includes' files of the staff interface. The 8 main changes are in the following files: * batch_biblio_record_modification.inc => make sure the confirmation messages are display when modifying biblio records in batch * erm_sushi_harvester.inc => trivial changes * import_from_kbart_file.inc => make sure the background jobs are enqueued successfully when importing kbart file (ERM module) * calendar.inc * js-date-format.inc => the flatpickr occurrences should work correctly, the date format should be taken into account * cateditor-ui.inc => quite trivial changes * doc-head-close.inc => trivial changes * js_includes.inc => existing JS variables moved to a separate script tag -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #15 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 201168 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201168&action=edit Bug 42295: Tidy all script tags - staff includes (auto tidy) Patch from commit 33977b1 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Jan Kissig <bibliothek@th-wildau.de> 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=42295 Jan Kissig <bibliothek@th-wildau.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #201167|0 |1 is obsolete| | Attachment #201168|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=42295 --- Comment #16 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 201690 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201690&action=edit Bug 42295: Tidy all script tags - staff includes In order to tidy all the script tags of the .tt files we isolate the interpolation of Template::Toolkit variables in a separate script tag. This patch focuses on the 'includes' files of the staff interface. The 8 main changes are in the following files: * batch_biblio_record_modification.inc => make sure the confirmation messages are display when modifying biblio records in batch * erm_sushi_harvester.inc => trivial changes * import_from_kbart_file.inc => make sure the background jobs are enqueued successfully when importing kbart file (ERM module) * calendar.inc * js-date-format.inc => the flatpickr occurrences should work correctly, the date format should be taken into account * cateditor-ui.inc => quite trivial changes * doc-head-close.inc => trivial changes * js_includes.inc => existing JS variables moved to a separate script tag Signed-off-by: Jan Kissig <bibliothek@th-wildau.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #17 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 201691 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201691&action=edit Bug 42295: Tidy all script tags - staff includes (auto tidy) The original tidy somehow introduced an error in cateditor-ui.inc (editor.pl): Error: Uncaught SyntaxError: expected expression, got ')' * I have applied only the first patch * perl misc/devel/tidy.pl $(git diff --name-only HEAD~1) => the error was not introduced again * git commit -a [also with --date], and adjusted the commit message with the second patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #18 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 201692 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201692&action=edit Bug 42295: (follow-up) Reintroduce variables moved to Koha.pref in js_includes.inc The following variables were moved into Koha.prefs store but were still referenced by their original names: - defaultPatronSearchFields, - defaultPatronSearchMethod, - extendedPatronAttributes and - showPatronFirstnameIfDifferentThanPreferredname. This led to 'Uncaught ReferenceError: defaultPatronSearchMethod is not defined' errors f.e. when a patron search was done (/cgi-bin/koha/reserve/request.pl?biblionumber=262) This patch reintroduces them. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #19 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 201693 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201693&action=edit Bug 42295: (follow-up) Remove bidy This removes the declaration of bidy which actually should be 'bidi' (typo introduced in Bug 42295: Tidy all script tags - staff includes). Bidi was only referenced in $.datepicker which was removed with Bug 30011 (commit de2d8ba3e4) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #20 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 201694 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201694&action=edit Bug 42295: (follow-up) Remove replace() call from docurl in cateditor-ui.inc Initially the call for replacing '"' with " was made inside TT on MarcFieldDocURL. MarcFieldDocURL was moved to Koha.prefs store and replace was than called in JS which would only replace the first occurence. As URLs must not include double quotes this can be removed. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #21 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 201695 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201695&action=edit Bug 42295: (follow-up): Split JS block in js-patron-format-address.inc (auto tidy) This isolates the interpolation of Template::Toolkit variables in a separate script tag. The variables roadtypes and AddressFormat were moved outside the anonymous function body, AddressFormat is put in Koha.prefs store. This led to an 'redeclaration of const roadtypes' error as patrons-search.inc also included js-patron-format-address.inc. As js-patron-format-address.inc is always included via js_includes.inc it could safely be removed from patrons-search.inc. To test: - Open dev console and open a page with a patron search f.e. place a hold: /cgi-bin/koha/reserve/request.pl?biblionumber=262 - search for a patron and check that the address format is aligning with the syspref AddressFormat - change AddressFormat -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #22 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 201696 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201696&action=edit Big 42295: (follow-up) Remove data-tt-allowed from script tag in js-patron-get-age.inc (auto tidy) This removes the declaration of const tz as this gets already declared in js-date-format.inc which is always present when js-patron-get-age.inc is included. With no TT interpolation left, the data-tt-allowed flag can be removed from the script tag. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #23 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 201697 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201697&action=edit Bug 42295: (follow-up) Split JS into TT and non TT-block in modal-claims.inc (auto tidy) Patch from commit 8d1a637 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #24 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 201698 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201698&action=edit Bug 42295: (follow-up) Split JS block in select_manager.inc (auto tidy) This splits JS into TT and non TT block. To test: 1. open dev tools 2. go to /cgi-bin/koha/suggestion/suggestion.pl and create a suggestion 3. then edit that suggestion - Notify manager should be disabled and unchecked - select a new manager. Notify manager should be clickable now. 4. save and edit again - check that Keep existing manager still works 5. No JS errors are thrown. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #25 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 201699 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201699&action=edit Bug 42295: (follow-up) Split JS block in cateditor-widgets-marc21.inc (auto tidy) This puts DefaultCountryField008 and DefaultLanguageField008 to a seperate JS block. The changes affect data in field 008. To test: 1. enable system preference EnableAdvancedCatalogingEditor 2. go to /cgi-bin/koha/cataloguing/editor.pl 3. click Settings -> Show helpers for fixed and coded fields 4. check data in field 008 and console for errors -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 --- Comment #26 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 201700 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201700&action=edit Bug 42295: (follow-up) Split JS block in format_price.inc (auto tidy) This splits JS into TT and non TT block. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Jan Kissig <bibliothek@th-wildau.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |42294 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42294 [Bug 42294] Tidy all script tags - patron searches -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Jan Kissig <bibliothek@th-wildau.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bibliothek@th-wildau.de Attachment #201692|0 |1 is obsolete| | --- Comment #27 from Jan Kissig <bibliothek@th-wildau.de> --- Comment on attachment 201692 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201692 Bug 42295: (follow-up) Reintroduce variables moved to Koha.pref in js_includes.inc As with adding 92294 as dependency this patch (7a6b3ba813517c801db024669fa1fa2d7fe109b3) was obsolete -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42295 Jan Kissig <bibliothek@th-wildau.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #201695|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org