[Bug 36986] New: (Bug 26176 follow-up) Fix rename StaffLoginBranchBasedOnIP in BBRev
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Bug ID: 36986 Summary: (Bug 26176 follow-up) Fix rename StaffLoginBranchBasedOnIP in BBRev Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: fridolin.somers@biblibre.com QA Contact: testopia@bugs.koha-community.org Bug 26176 follow-up to fix rename StaffLoginBranchBasedOnIP in BBRev : https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26176#c24 -- 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=36986 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |26176 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26176 [Bug 26176] AutoLocation is badly named -- 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=36986 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|(Bug 26176 follow-up) Fix |(Bug 26176 follow-up) Fix |rename |rename |StaffLoginBranchBasedOnIP |StaffLoginBranchBasedOnIP |in BBRev |in BDRev -- 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=36986 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs@lists.koha-commun |fridolin.somers@biblibre.co |ity.org |m -- 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=36986 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch 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=36986 --- Comment #1 from Fridolin Somers <fridolin.somers@biblibre.com> --- Created attachment 167247 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167247&action=edit Bug 36986: (Bug 26176 follow-up) Fix rename StaffLoginBranchBasedOnIP in BDRev Test by running upgrade from 23.11.00 to main Check you see : Upgrade to 23.12.00.061 [15:34:36]: Bug 26176 - Rename AutoLocation and StaffLoginBranchBasedOnIP system preferences Renamed system preference 'AutoLocation' to 'StaffLoginRestrictLibraryByIP' Renamed system preference 'StaffLoginBranchBasedOnIP' to 'StaffLoginLibraryBasedOnIP' -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 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=36986 --- Comment #2 from Fridolin Somers <fridolin.somers@biblibre.com> --- Double check with mysql after upgrade : mysql> select variable,value from systempreferences where variable like 'StaffLogin%IP'; +-------------------------------+-------+ | variable | value | +-------------------------------+-------+ | StaffLoginLibraryBasedOnIP | 0 | | StaffLoginRestrictLibraryByIP | 0 | +-------------------------------+-------+ 2 rows in set (0.00 sec) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #167247|0 |1 is obsolete| | --- Comment #3 from David Nind <david@davidnind.com> --- Created attachment 167253 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167253&action=edit Bug 36986: (Bug 26176 follow-up) Fix rename StaffLoginBranchBasedOnIP in BDRev Test by running upgrade from 23.11.00 to main Check you see : Upgrade to 23.12.00.061 [15:34:36]: Bug 26176 - Rename AutoLocation and StaffLoginBranchBasedOnIP system preferences Renamed system preference 'AutoLocation' to 'StaffLoginRestrictLibraryByIP' Renamed system preference 'StaffLoginBranchBasedOnIP' to 'StaffLoginLibraryBasedOnIP' Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #4 from David Nind <david@davidnind.com> --- I'm not sure that I've tested it right, so maybe someone else who knows how to replicate an upgrade properly in KTD should test as well. On a maybe semi-related note, KTD has StaffLoginLibraryBasedOnIP enabled by default since bug 26176. I don't think it should be - it never was in the past. Happy to log a separate bug for that if required. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor@tuxayo.net --- Comment #5 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Before Bug 26176 select variable,value from systempreferences where variable like 'StaffLogin%IP'; | StaffLoginBranchBasedOnIP | 1 | select variable,value from systempreferences where variable like 'AutoLo%'; | AutoLocation | 0 | --------------------- After Bug 26176 (on v24.05.00) (SO WITHOUT THE PATCH, this is what will happen to people having already upgraded) Upgrade to 23.12.00.061 [19:45:10]: Bug 26176 - Rename AutoLocation and StaffLoginBranchBasedOnIP system preferences Renamed system preference 'AutoLocation' to 'StaffLoginRestrictLibraryByIP' Upgrade to 24.05.00.000 [19:45:10]: Koha 24.05.00 release select variable,value from systempreferences where variable like 'StaffLogin%IP'; | StaffLoginBranchBasedOnIP | 1 | | StaffLoginRestrictLibraryByIP | 0 | select variable,value from systempreferences where variable like 'AutoLo%'; Empty set (0.000 sec) -------- WITH THE PATCH, so direct upgrade from before Bug 26176 to main + this patch select variable,value from systempreferences where variable like 'StaffLogin%IP'; | StaffLoginLibraryBasedOnIP | 1 | | StaffLoginRestrictLibraryByIP | 0 | select variable,value from systempreferences -> where variable like 'AutoLo%'; Empty set (0.001 sec) Seems to work as advertised but I'm way to confused about these sysprefs renames ^^" ---- Is that out of scope if this ticket to handle the instances that upgraded to v24.05.00 ? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #167253|0 |1 is obsolete| | --- Comment #6 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Created attachment 167286 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167286&action=edit Bug 36986: (Bug 26176 follow-up) Fix rename StaffLoginBranchBasedOnIP in BDRev Test by running upgrade from 23.11.00 to main Check you see : Upgrade to 23.12.00.061 [15:34:36]: Bug 26176 - Rename AutoLocation and StaffLoginBranchBasedOnIP system preferences Renamed system preference 'AutoLocation' to 'StaffLoginRestrictLibraryByIP' Renamed system preference 'StaffLoginBranchBasedOnIP' to 'StaffLoginLibraryBasedOnIP' Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|(Bug 26176 follow-up) Fix |(Bug 26176 follow-up) Fix |rename |rename |StaffLoginBranchBasedOnIP |StaffLoginBranchBasedOnIP |in BDRev |in DBRev -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 --- Comment #7 from Fridolin Somers <fridolin.somers@biblibre.com> ---
Is that out of scope if this ticket to handle the instances that upgraded to v24.05.00 ? This fix will be in first 24.05 release coming soon.
-- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |blocker -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 --- Comment #8 from Victor Grousset/tuxayo <victor@tuxayo.net> --- 24.05.00 is already out so having this in 24.05.01 isn't enough. Anyway, this is still ready for the QA step. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #167286|0 |1 is obsolete| | --- Comment #9 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 167371 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167371&action=edit Bug 36986: (Bug 26176 follow-up) Fix rename StaffLoginBranchBasedOnIP in BDRev Test by running upgrade from 23.11.00 to main Check you see : Upgrade to 23.12.00.061 [15:34:36]: Bug 26176 - Rename AutoLocation and StaffLoginBranchBasedOnIP system preferences Renamed system preference 'AutoLocation' to 'StaffLoginRestrictLibraryByIP' Renamed system preference 'StaffLoginBranchBasedOnIP' to 'StaffLoginLibraryBasedOnIP' Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> 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=36986 --- Comment #10 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 167372 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167372&action=edit Bug 36986: (QA follow-up) Catch the case where someone already upgraded This adds a corresponding atomic update for the case where someone may have already upgraded past the version we're correcting in the prior patch. 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=36986 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |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=36986 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Architecture, internals, |Installation and upgrade |and plumbing |(command-line installer) CC| |tomascohen@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- 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=36986 --- Comment #11 from Fridolin Somers <fridolin.somers@biblibre.com> --- Thanks a lot Martin ;) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Martin Renvoize <martin.renvoize@ptfs-europe.com> 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=36986 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |24.11.00 released in| | --- Comment #12 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Pushed to main for 24.11.00, thanks all. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Martin Renvoize <martin.renvoize@ptfs-europe.com> 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=36986 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|additional_work_needed | --- Comment #13 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- More work needed here, Jenkins doesn't like it.. but I'm a bit confused to why.. we appear to already have the key before the update runs so it fails unique constraints.. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Martin Renvoize <martin.renvoize@ptfs-europe.com> 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=36986 --- Comment #14 from Martin Renvoize <martin.renvoize@ptfs-europe.com> ---
15:21:04 koha_1 | Upgrade to 23.12.00.060 [14:21:01]: Bug 36665 - Add system preference StaffLoginBranchBasedOnIP 15:21:04 koha_1 | Added new system preference 'StaffLoginBranchBasedOnIP' 15:21:04 koha_1 | Upgrade to 23.12.00.061 [14:21:01]: Bug 26176 - Rename AutoLocation and StaffLoginBranchBasedOnIP system preferences 15:21:04 koha_1 | ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate entry 'StaffLoginLibraryBasedOnIP' for key 'PRIMARY' at /kohadevbox/koha/C4/Installer.pm line 741
-- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 --- Comment #15 from Victor Grousset/tuxayo <victor@tuxayo.net> --- The CI does:
Upgrade to 23.12.00.059 [18:09:07]: Bug 36819 - Change barcode width value if it still has the wrong default value [33mChanged the barcode width in patron card creator default layout from 8% to 80%.[0m Upgrade to 23.12.00.060 [18:09:07]: Bug 36665 - Add system preference StaffLoginBranchBasedOnIP Added new system preference 'StaffLoginBranchBasedOnIP' Upgrade to 23.12.00.061 [18:09:07]: Bug 26176 - Rename AutoLocation and StaffLoginBranchBasedOnIP system preferences [32mRenamed system preference 'StaffLoginBranchBasedOnIP' to 'StaffLoginLibraryBasedOnIP'[0m Upgrade to 24.05.00.000 [18:09:07]: Koha 24.05.00 release Upgrade to 24.06.00.000 [18:09:07]: Increase DBRev for 24.06 🎵 Mamma mia, here we go again! Upgrade to 24.06.00.001 [18:09:07]: Bug 36986 - Rename StaffLoginLibraryBasedOnIP system preference ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate entry 'StaffLoginLibraryBasedOnIP' for key 'PRIMARY' at /kohadevbox/koha/C4/Installer.pm line 741
And on my PC setting up a DB before Bug 26176 and doing the updatedatabase to main (Bug 36986L (follow-up) Ensure idempotency) does this:
Changed the barcode width in patron card creator default layout from 8% to 80%. Upgrade to 23.12.00.060 [21:09:31]: Bug 36665 - Add system preference StaffLoginBranchBasedOnIP Added new system preference 'StaffLoginBranchBasedOnIP' Upgrade to 23.12.00.061 [21:09:31]: Bug 26176 - Rename AutoLocation and StaffLoginBranchBasedOnIP system preferences Renamed system preference 'AutoLocation' to 'StaffLoginRestrictLibraryByIP' Renamed system preference 'StaffLoginBranchBasedOnIP' to 'StaffLoginLibraryBasedOnIP' Upgrade to 24.05.00.000 [21:09:31]: Koha 24.05.00 release Upgrade to 24.06.00.000 [21:09:31]: Increase DBRev for 24.06 🎵 Mamma mia, here we go again! Upgrade to 24.06.00.001 [21:09:31]: Bug 36986 - Rename StaffLoginLibraryBasedOnIP system preference
The difference is that my local run has «Renamed system preference 'AutoLocation' to 'StaffLoginRestrictLibraryByIP'» which the CI doesn't have (why? :o ) and not the error that the CI sees at the end. I also got the same with MariaDB 10.5 as the CI run: https://jenkins.koha-community.org/view/main/job/Koha_Main/2927/consoleText -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 --- Comment #16 from Fridolin Somers <fridolin.somers@biblibre.com> --- (In reply to Martin Renvoize from comment #14)
15:21:04 koha_1 | Upgrade to 23.12.00.060 [14:21:01]: Bug 36665 - Add system preference StaffLoginBranchBasedOnIP 15:21:04 koha_1 | Added new system preference 'StaffLoginBranchBasedOnIP' 15:21:04 koha_1 | Upgrade to 23.12.00.061 [14:21:01]: Bug 26176 - Rename AutoLocation and StaffLoginBranchBasedOnIP system preferences 15:21:04 koha_1 | ERROR - {UNKNOWN}: DBI Exception: DBD::mysql::db do failed: Duplicate entry 'StaffLoginLibraryBasedOnIP' for key 'PRIMARY' at /kohadevbox/koha/C4/Installer.pm line 741
Ah but this will be OK when first patch is backported to 23.11.x right ? It will fix installer/data/mysql/db_revs/231105008.pl -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 --- Comment #17 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- I've pushed a couple of additional follow-ups now. Jenkins is happier again. The issue was that mysql/Maria does the primary key unique check before applying the WHERE part of the UPDATE clause. As such the update wasn't fully idempotent and would throw a breaking error. I updated the statement to UPDATE IGNORE which is perhaps a MySQLism, but seems to work and can be corrected later if we do really ever want to support Postgres etc -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|additional_work_needed, | |RM_priority | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 --- Comment #18 from Fridolin Somers <fridolin.somers@biblibre.com> --- Just to alert : Commit in main : 1c779aaca8 Bug 36986: DBRev 23.12.00.023 Only commit message is a mistake, it is well 24.06.00.001 with db_revs/240600001.pl -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Pushed to stable Version(s)|24.11.00 |24.11.00,24.05.01 released in| | --- Comment #19 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to 24.05.x for 24.05.01 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|24.11.00,24.05.01 |24.11.00,24.05.01,23.11.06 released in| | Status|Pushed to stable |Pushed to oldstable --- Comment #20 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to 23.11.x for 23.11.06 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 --- Comment #21 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Nice, thanks Frido and Martin :D -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |37106 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37106 [Bug 37106] Upgrade to 23.11.05.009 causes an error because Koha::installer::Output doesn't exist in 23.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 wainuiwitikapark@catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wainuiwitikapark@catalyst.n | |et.nz --- Comment #22 from wainuiwitikapark@catalyst.net.nz --- not backporting to 23.05.x unless requested -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|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=36986 Bug 36986 depends on bug 26176, which changed state. Bug 26176 Summary: AutoLocation is badly named https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26176 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=36986 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldstable |Needs documenting --- Comment #23 from Fridolin Somers <fridolin.somers@biblibre.com> --- Depends on Bug 26176 only since 23.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36986 Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose@inlibr | |o.com Resolution|--- |FIXED Status|Needs documenting |CLOSED --- Comment #24 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- This is just something in the architecture, nothing to add/edit in the user manual. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org