[Bug 26553] New: Datatables button code is duplicated
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Bug ID: 26553 Summary: Datatables button code is duplicated Change sponsored?: --- 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@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org Code in prog/js/datatables.js and columns_settings.inc have both the (almost) same code for buttons. Can we avoid that? -- 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=26553 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice@biblibre.com | |, oleonard@myacpl.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #1 from David Cook <dcook@prosentient.com.au> --- I just bumped into this myself recently and it drove me a little crazy... -- 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=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |36640 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36640 [Bug 36640] Upgrade DataTables from 1.13.6 to 2.x -- 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=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Summary|Datatables button code is |Remove KohaTable |duplicated |(columns_settings.inc) and | |use kohaTable | |(datatables.js) --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- Rescoping this bug. I will make kohaTable works in the different cases, so we will have only one way to instanciate DataTable. -- 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=26553 --- Comment #3 from Jonathan Druart <jonathan.druart@gmail.com> --- *** Bug 38114 has been marked as a duplicate of this bug. *** -- 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=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |38255 Assignee|koha-bugs@lists.koha-commun |jonathan.druart@gmail.com |ity.org | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38255 [Bug 38255] Do not use dataTable constructor directly -- 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=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |38594 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38594 [Bug 38594] Table settings for courses reserves not working at the OPAC -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #4 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 175186 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175186&action=edit Bug 26553: Replace KohaTable with kohaTable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #5 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 175187 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175187&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - Staff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #6 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 175188 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175188&action=edit Bug 26553: Remove columns_settings.inc -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #7 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 175189 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175189&action=edit Bug 26553: Replace KohaTable with kohaTable - OPAC -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #8 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 175190 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175190&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - OPAC -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #9 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 175191 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175191&action=edit Bug 26553: Remove columns_settings.inc - OPAC -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #10 from Jonathan Druart <jonathan.druart@gmail.com> --- Same as bug 38255, we remove KohaTable (columns_settings.inc) in favor of kohaTable. At this point we have kohaTable available for both interfaces, for the different use cases (svc, REST API, no server-side processing). We remove columns_settings.inc. Test plan: Test some table modified by this patchset. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #11 from Jonathan Druart <jonathan.druart@gmail.com> --- QA: `git grep KohaTable ':(exclude)*.vue' ':(exclude)misc/release_notes/' | wc -l` must return 0 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt.blenkinsop@ptfs-europe | |.com, | |pedro.amorim@ptfs-europe.co | |m -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #12 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- I noticed two small problems when testing, both JS errors: acqui-home.tt: ReferenceError: oTable is not defined itemsearch.tt: TypeError: order_by is undefined -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175186|0 |1 is obsolete| | Attachment #175187|0 |1 is obsolete| | Attachment #175188|0 |1 is obsolete| | Attachment #175189|0 |1 is obsolete| | Attachment #175190|0 |1 is obsolete| | Attachment #175191|0 |1 is obsolete| | --- Comment #13 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 175874 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175874&action=edit Bug 26553: Replace KohaTable with kohaTable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #14 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 175875 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175875&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - Staff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #15 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 175876 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175876&action=edit Bug 26553: Remove columns_settings.inc -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #16 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 175877 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175877&action=edit Bug 26553: Replace KohaTable with kohaTable - OPAC -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #17 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 175878 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175878&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - OPAC -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #18 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 175879 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175879&action=edit Bug 26553: Remove columns_settings.inc - OPAC -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #19 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Lucas Gass (lukeg) from comment #12) Thanks a lot!
I noticed two small problems when testing, both JS errors:
acqui-home.tt: ReferenceError: oTable is not defined
Fixed inline in the first patch. - $("#accounts").kohaTable({ + var oTable $("#accounts").kohaTable({
itemsearch.tt: TypeError: order_by is undefined
Fixed on "Bug 38255: Exception - Item search" -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=37727 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |RM_priority -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Lucas Gass (lukeg) <lucas@bywatersolutions.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=26553 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175874|0 |1 is obsolete| | --- Comment #20 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Created attachment 176359 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176359&action=edit Bug 26553: Replace KohaTable with kohaTable Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175875|0 |1 is obsolete| | --- Comment #21 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Created attachment 176360 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176360&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - Staff Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175876|0 |1 is obsolete| | --- Comment #22 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Created attachment 176361 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176361&action=edit Bug 26553: Remove columns_settings.inc Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175877|0 |1 is obsolete| | --- Comment #23 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Created attachment 176362 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176362&action=edit Bug 26553: Replace KohaTable with kohaTable - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175878|0 |1 is obsolete| | --- Comment #24 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Created attachment 176363 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176363&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175879|0 |1 is obsolete| | --- Comment #25 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Created attachment 176364 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176364&action=edit Bug 26553: Remove columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #26 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Awesome, thanks Lucas! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #27 from Jonathan Druart <jonathan.druart@gmail.com> --- *** Bug 28058 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #176361|0 |1 is obsolete| | Attachment #176362|0 |1 is obsolete| | Attachment #176363|0 |1 is obsolete| | Attachment #176364|0 |1 is obsolete| | --- Comment #28 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 176588 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176588&action=edit Bug 26553: Remove columns_settings.inc Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #29 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 176589 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176589&action=edit Bug 26553: Replace KohaTable with kohaTable - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #30 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 176590 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176590&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #31 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 176591 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176591&action=edit Bug 26553: Remove columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #32 from Owen Leonard <oleonard@myacpl.org> --- This doesn't apply for me (on top of Bug 38255): Applying: Bug 26553: Replace KohaTable with kohaTable error: sha1 information is lacking or useless (koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt). error: could not build fake ancestor Patch failed at 0001 Bug 26553: Replace KohaTable with kohaTable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #176359|0 |1 is obsolete| | Attachment #176360|0 |1 is obsolete| | Attachment #176588|0 |1 is obsolete| | Attachment #176589|0 |1 is obsolete| | Attachment #176590|0 |1 is obsolete| | Attachment #176591|0 |1 is obsolete| | --- Comment #33 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177087 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177087&action=edit Bug 26553: Replace KohaTable with kohaTable Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #34 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177088 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177088&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - Staff Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #35 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177089 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177089&action=edit Bug 26553: Remove columns_settings.inc Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #36 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177090 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177090&action=edit Bug 26553: Replace KohaTable with kohaTable - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #37 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177091 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177091&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #38 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177092 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177092&action=edit Bug 26553: Remove columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #39 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Owen Leonard from comment #32)
This doesn't apply for me (on top of Bug 38255):
Applying: Bug 26553: Replace KohaTable with kohaTable error: sha1 information is lacking or useless (koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt). error: could not build fake ancestor Patch failed at 0001 Bug 26553: Replace KohaTable with kohaTable
Everything good for me here but I had a tiny conflict on bug 38255. I pushed a branch to my gitlab repo in case it does not apply again, see bug_26553. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #40 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177152 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177152&action=edit Bug 26553: (follow-up) Replace KohaTable with kohaTable - OPAC -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177087|0 |1 is obsolete| | Attachment #177088|0 |1 is obsolete| | Attachment #177089|0 |1 is obsolete| | Attachment #177090|0 |1 is obsolete| | Attachment #177091|0 |1 is obsolete| | Attachment #177092|0 |1 is obsolete| | Attachment #177152|0 |1 is obsolete| | --- Comment #41 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177153 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177153&action=edit Bug 26553: Replace KohaTable with kohaTable Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> JD Amended patch: replace wrong occurrences of "kohatable" with "kohaTable" -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #42 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177154 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177154&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - Staff Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #43 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177155 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177155&action=edit Bug 26553: Remove columns_settings.inc Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #44 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177156 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177156&action=edit Bug 26553: Replace KohaTable with kohaTable - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> JD Amended patch: replace wrong occurrences of "kohatable" with "kohaTable" -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #45 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177157 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177157&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #46 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177158 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177158&action=edit Bug 26553: Remove columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #47 from Owen Leonard <oleonard@myacpl.org> --- Looks like something got lost in the transition... There should be some defaults being set, e.g. var default_column_defs = [ { "aTargets": ["string-sort"], "sType": "string" }, { "aTargets": ["anti-the"], "sType": "anti-the" }, { "aTargets": ["NoSort"], "bSortable": false, "bSearchable": false } ]; I don't think this is working in the OPAC or staff interface. I should be able to remove the table options in a template (e.g. opac-user.tt) and still have the options work. I don't find this to be the case. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #48 from Owen Leonard <oleonard@myacpl.org> --- It also looks like some defaults may be different? On opac-user.pl I notice that the holdings and holds tables don't show all their contents. It needs to be updated to add "paging: false" to show all results. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177153|0 |1 is obsolete| | --- Comment #49 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177234 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177234&action=edit Bug 26553: Replace KohaTable with kohaTable Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> JD Amended patch: replace wrong occurrences of "kohatable" with "kohaTable" -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177154|0 |1 is obsolete| | --- Comment #50 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177235 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177235&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - Staff Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177155|0 |1 is obsolete| | --- Comment #51 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177236 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177236&action=edit Bug 26553: Remove columns_settings.inc Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177156|0 |1 is obsolete| | --- Comment #52 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177237 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177237&action=edit Bug 26553: Replace KohaTable with kohaTable - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> JD Amended patch: replace wrong occurrences of "kohatable" with "kohaTable" -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177157|0 |1 is obsolete| | --- Comment #53 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177238 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177238&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177158|0 |1 is obsolete| | --- Comment #54 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177239 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177239&action=edit Bug 26553: Remove columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #55 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177240 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177240&action=edit Bug 26553: Replace KohaTable with kohaTable - curbside pickups Adjust this new occurrence -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #56 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177241 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177241&action=edit Bug 26553: Bring default columnDefs back -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #57 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177242 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177242&action=edit Bug 26553: Fix incorrect occurrences of 'sortable' => 'orderable' -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #58 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177243 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177243&action=edit Bug 26553: Restore default 'paging: false' - OPAC -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #59 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Owen Leonard from comment #47)
Looks like something got lost in the transition... There should be some defaults being set, e.g.
var default_column_defs = [ { "aTargets": ["string-sort"], "sType": "string" }, { "aTargets": ["anti-the"], "sType": "anti-the" }, { "aTargets": ["NoSort"], "bSortable": false, "bSearchable": false } ];
I don't think this is working in the OPAC or staff interface. I should be able to remove the table options in a template (e.g. opac-user.tt) and still have the options work. I don't find this to be the case.
Good catch, should be fixed now (see "Bring default columnDefs back") (In reply to Owen Leonard from comment #48)
It also looks like some defaults may be different? On opac-user.pl I notice that the holdings and holds tables don't show all their contents. It needs to be updated to add "paging: false" to show all results.
See "Restore default 'paging: false' - OPAC". Did you notice another default that is wrong? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177242|0 |1 is obsolete| | --- Comment #60 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177246 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177246&action=edit Bug 26553: Fix incorrect occurrences of 'sortable' => 'orderable' -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177243|0 |1 is obsolete| | --- Comment #61 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177247 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177247&action=edit Bug 26553: Restore default 'paging: false' - OPAC -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |38984 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38984 [Bug 38984] DataTables's columnDefs cleanup -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |38472 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38472 [Bug 38472] exportColumns hard-coded in patron categories -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #62 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 177264 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177264&action=edit Bug 26553: (follow-up) Fix patron attribute types page -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #63 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 177265 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177265&action=edit Bug 26553: (follow-up) Fix pending patron discharges -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #64 from Owen Leonard <oleonard@myacpl.org> ---
See "Restore default 'paging: false' - OPAC". Did you notice another default that is wrong?
I notice that now the "Export" button is always shown, whereas previously it would only be shown if there were also column configuration buttons. I guess this makes sense because exporting is relevant whether or not the table can be configured. Looking at the other buttons in that set, I wonder if the "Copy shareable link" should also be globally enabled? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #65 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177271 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177271&action=edit Bug 26553: Split Export and restore "clear filters" - OPAC "Clear filters" is not in main but should be (I don't really understand why it is not displayed). The Export options were not grouped within an "Export" button in main, this patch restores that. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #66 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Owen Leonard from comment #64)
See "Restore default 'paging: false' - OPAC". Did you notice another default that is wrong?
I notice that now the "Export" button is always shown, whereas previously it would only be shown if there were also column configuration buttons. I guess this makes sense because exporting is relevant whether or not the table can be configured. Looking at the other buttons in that set, I wonder if the "Copy shareable link" should also be globally enabled?
The last patch ungroup the export options and restore the "clear filters" button. However I don't understand the "configuration" part, this is only for the staff interface. Also the "copy shareable link" is not available for at the OPAC. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Arthur Suzuki <arthur.suzuki@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |30221 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30221 [Bug 30221] Make the tables on opac-user.tt column configurable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |39081 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39081 [Bug 39081] Fix date and title sorting on batch extend due dates page -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |39083 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39083 [Bug 39083] Fix title sorting on list of tagged titles -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177234|0 |1 is obsolete| | Attachment #177235|0 |1 is obsolete| | Attachment #177236|0 |1 is obsolete| | Attachment #177237|0 |1 is obsolete| | Attachment #177238|0 |1 is obsolete| | Attachment #177239|0 |1 is obsolete| | Attachment #177240|0 |1 is obsolete| | Attachment #177241|0 |1 is obsolete| | Attachment #177246|0 |1 is obsolete| | Attachment #177247|0 |1 is obsolete| | Attachment #177264|0 |1 is obsolete| | Attachment #177265|0 |1 is obsolete| | Attachment #177271|0 |1 is obsolete| | --- Comment #67 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177888 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177888&action=edit Bug 26553: Replace KohaTable with kohaTable Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> JD Amended patch: replace wrong occurrences of "kohatable" with "kohaTable" -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #68 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177889 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177889&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - Staff Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #69 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177890 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177890&action=edit Bug 26553: Remove columns_settings.inc Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #70 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177891 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177891&action=edit Bug 26553: Replace KohaTable with kohaTable - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> JD Amended patch: replace wrong occurrences of "kohatable" with "kohaTable" -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #71 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177892 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177892&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #72 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177893 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177893&action=edit Bug 26553: Remove columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #73 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177894 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177894&action=edit Bug 26553: Replace KohaTable with kohaTable - curbside pickups Adjust this new occurrence -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #74 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177895 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177895&action=edit Bug 26553: Bring default columnDefs back -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #75 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177896 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177896&action=edit Bug 26553: Fix incorrect occurrences of 'sortable' => 'orderable' -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #76 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177897 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177897&action=edit Bug 26553: Restore default 'paging: false' - OPAC -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #77 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177898 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177898&action=edit Bug 26553: (follow-up) Fix patron attribute types page -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #78 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177899 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177899&action=edit Bug 26553: (follow-up) Fix pending patron discharges -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #79 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 177900 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177900&action=edit Bug 26553: Split Export and restore "clear filters" - OPAC "Clear filters" is not in main but should be (I don't really understand why it is not displayed). The Export options were not grouped within an "Export" button in main, this patch restores that. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177888|0 |1 is obsolete| | --- Comment #80 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178508 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178508&action=edit Bug 26553: Replace KohaTable with kohaTable Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> JD Amended patch: replace wrong occurrences of "kohatable" with "kohaTable" Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177889|0 |1 is obsolete| | --- Comment #81 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178509 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178509&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - Staff Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177890|0 |1 is obsolete| | --- Comment #82 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178510 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178510&action=edit Bug 26553: Remove columns_settings.inc Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177891|0 |1 is obsolete| | --- Comment #83 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178511 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178511&action=edit Bug 26553: Replace KohaTable with kohaTable - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> JD Amended patch: replace wrong occurrences of "kohatable" with "kohaTable" Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177892|0 |1 is obsolete| | --- Comment #84 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178512 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178512&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177893|0 |1 is obsolete| | --- Comment #85 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178513 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178513&action=edit Bug 26553: Remove columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177894|0 |1 is obsolete| | --- Comment #86 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178514 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178514&action=edit Bug 26553: Replace KohaTable with kohaTable - curbside pickups Adjust this new occurrence Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177895|0 |1 is obsolete| | --- Comment #87 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178515 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178515&action=edit Bug 26553: Bring default columnDefs back Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177896|0 |1 is obsolete| | --- Comment #88 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178516 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178516&action=edit Bug 26553: Fix incorrect occurrences of 'sortable' => 'orderable' Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177897|0 |1 is obsolete| | --- Comment #89 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178517 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178517&action=edit Bug 26553: Restore default 'paging: false' - OPAC Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177898|0 |1 is obsolete| | --- Comment #90 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178518 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178518&action=edit Bug 26553: (follow-up) Fix patron attribute types page Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177899|0 |1 is obsolete| | --- Comment #91 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178519 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178519&action=edit Bug 26553: (follow-up) Fix pending patron discharges Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #177900|0 |1 is obsolete| | --- Comment #92 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178520 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178520&action=edit Bug 26553: Split Export and restore "clear filters" - OPAC "Clear filters" is not in main but should be (I don't really understand why it is not displayed). The Export options were not grouped within an "Export" button in main, this patch restores that. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178508|0 |1 is obsolete| | --- Comment #93 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178521 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178521&action=edit Bug 26553: Replace KohaTable with kohaTable Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> JD Amended patch: replace wrong occurrences of "kohatable" with "kohaTable" Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178509|0 |1 is obsolete| | --- Comment #94 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178522 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178522&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - Staff Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178510|0 |1 is obsolete| | --- Comment #95 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178523 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178523&action=edit Bug 26553: Remove columns_settings.inc Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178511|0 |1 is obsolete| | --- Comment #96 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178524 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178524&action=edit Bug 26553: Replace KohaTable with kohaTable - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> JD Amended patch: replace wrong occurrences of "kohatable" with "kohaTable" Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178512|0 |1 is obsolete| | --- Comment #97 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178525 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178525&action=edit Bug 26553: Remove useless INCLUDE of columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178513|0 |1 is obsolete| | --- Comment #98 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178526 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178526&action=edit Bug 26553: Remove columns_settings.inc - OPAC Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178514|0 |1 is obsolete| | --- Comment #99 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178527 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178527&action=edit Bug 26553: Replace KohaTable with kohaTable - curbside pickups Adjust this new occurrence Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178515|0 |1 is obsolete| | --- Comment #100 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178528 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178528&action=edit Bug 26553: Bring default columnDefs back Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178516|0 |1 is obsolete| | --- Comment #101 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178529 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178529&action=edit Bug 26553: Fix incorrect occurrences of 'sortable' => 'orderable' Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178517|0 |1 is obsolete| | --- Comment #102 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178530 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178530&action=edit Bug 26553: Restore default 'paging: false' - OPAC Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178518|0 |1 is obsolete| | --- Comment #103 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178531 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178531&action=edit Bug 26553: (follow-up) Fix patron attribute types page Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178519|0 |1 is obsolete| | --- Comment #104 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178532 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178532&action=edit Bug 26553: (follow-up) Fix pending patron discharges Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178520|0 |1 is obsolete| | --- Comment #105 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- Created attachment 178533 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178533&action=edit Bug 26553: Split Export and restore "clear filters" - OPAC "Clear filters" is not in main but should be (I don't really understand why it is not displayed). The Export options were not grouped within an "Export" button in main, this patch restores that. Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com QA Contact|testopia@bugs.koha-communit |martin.renvoize@ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #106 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- OK.. I'm generally happy with this but the QA script throws one tt_valid warning on reports-start... I'm a little confused by it though.. the template looks fine to me -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #107 from Martin Renvoize (ashimema) <martin.renvoize@ptfs-europe.com> --- The page mentioned all seems to work OK.. Leaving to RM for some final checks before merge but marking as PQA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |25.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #108 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Pushed for 25.05! Well done everyone, thank you! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #109 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 179551 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179551&action=edit Bug 26553: Fix kohaTable call in TrainsShow It's the only occurrence in Vue components -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|RM_priority |additional_work_needed Status|Pushed to main |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 --- Comment #110 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Pushed for 25.05! Well done everyone, thank you! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|additional_work_needed | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |39513 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39513 [Bug 39513] Correct OPAC subscription tables DataTable initialization -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Bug 26553 depends on bug 36640, which changed state. Bug 36640 Summary: Upgrade DataTables from 1.13.6 to 2.x https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36640 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |**Summary:** release notes| |Koha had two | |similar implementations for | |DataTables buttons: | |`KohaTable` and | |`kohaTable`, leading to | |duplication and confusion. | | | |**Fix:** | |The older | |`KohaTable` (from | |`columns_settings.inc`) has | |been removed. All tables | |now use the unified | |`kohaTable` implementation | |in `datatables.js`. | | | |**Impact:** | |Simplifies | |code maintenance and | |ensures consistent table | |behavior across the staff | |interface. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |40522 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Needs documenting CC| |fridolin.somers@biblibre.co | |m --- Comment #111 from Fridolin Somers <fridolin.somers@biblibre.com> --- Enhancement not pushed to 24.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=41140 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Needs documenting |RESOLVED CC| |david@davidnind.com --- Comment #112 from David Nind <david@davidnind.com> --- Not 100% sure, but no changes to the manual required. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Bug 26553 depends on bug 38255, which changed state. Bug 38255 Summary: Do not use dataTable constructor directly https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38255 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |41512 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41512 [Bug 41512] ILLCheckAvailability stage table doesn't render -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26553 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |42550 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42550 [Bug 42550] JS error on saved SQL reports page when there are no reports -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org