Time  Nick             Message
00:53 tuxayo           hi davidnind :) the wiki ban of AstridMinnis745 caused an IP ban again.
00:56 tuxayo           (context for others: media wiki see an internal address due to our setup, not the public one, and everyone goes through this internal address, so everyone is banned ^^")
06:12 magnuse          \o/
06:46 ashimema         Morning
07:01 aleisha_         anyone around to help me with some elasticsearch troubleshooting?
07:05 davidnind        tuxayo: have edited the block, so hopefully things should work now
08:29 Joubu            tcohen: 31735 pushed to master 2 weeks only before the release is asking for trouble :D
10:02 magnuse          bug 31735
10:02 huginn           04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31735 enhancement, P5 - low, ---, glasklas, Pushed to master , Avoid re-fetching objects from database by passing them down instead of object ids
10:31 oleonard         Hi #koha
11:20 tcohen           hola #koha
11:20 oleonard         Hi tcohen
11:28 oleonard         Anyone know why we show the "Claims returned" tab in circulation if ClaimReturnedLostValue OR
11:28 oleonard         BundleLostValue are defined? Why include BundleLostValue?
11:29 Annelisterman[m] It makes claim return automatically when item is marked lost from bundle. I do not know why.
11:30 ashimema         bundles uses return claims to track if items are missing from a bundle at return time
11:31 ashimema         i.e. if someone returns a bundle and we find an item is missing.. we set the 'claims returned' for just that item.
11:34 Annelisterman[m] it would be nice to have an option to deactivate the claim return, because we do not use it otherwise.
11:35 oleonard         Thanks Annelisterman[m] and ashimema
11:47 cait1            Annelisterman[m]: I agree, that would be nice - another lost status might work for a lot of libraries
12:20 tcohen           Joubu: it felt we had enough time :-P
12:20 Joubu            tcohen: did you forget a patch on bug 33491?
12:20 huginn           04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33491 normal, P5 - low, ---, jonathan.druart+koha, Pushed to stable , EBSCO Packages - Add new agreement UI has some issues
12:20 tcohen           I think I squashed those
12:20 tcohen           yeah
12:20 Joubu            indeed
12:21 tcohen           sorry, just got back from a short walk with the kids
12:21 Joubu            so should we remove the additional work tag?
12:21 tcohen           now back to the queue
12:21 tcohen           I left it for 22.11
12:21 tcohen           I'll let a message to ashimema
12:21 tcohen           Joubu++
12:21 tcohen           Joubu++
12:21 tcohen           Thanks :-D
12:22 Joubu            well sorry I was just doing noise then :D
12:22 tcohen           I love yellow flags
12:22 tcohen           even if redundant
12:23 tcohen           https://open.spotify.com/track/1KTObLMW9mwk2iPjP3daHb?si=86c72090cb9e482e
12:23 tcohen           have a great week y'all
12:43 pastebot         "tcohen" at 127.0.0.1 pasted "Joubu" (41 lines) at https://paste.koha-community.org/12778
13:59 _taxy            Koha 22.11.05, trying to update a Suggestion. I get the following 500 error:  DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Unknown column 'suggestion_managedby' in 'where clause' at /usr/share/koha/lib/Koha/Objects.pm line 394 Odd thing is that 'suggestion_managedby' isn't a column on the suggestions table not does that string exist anywhere in the Koha codebase - updatebase etc. Has anyone see this before? Any idea
13:59 _taxy            ...to resolve?
14:07 cait1            _taxy: hm there is a mangedby I think
14:07 cait1            does your database have that?
14:08 cait1            _taxy: just tried updating a suggestion in our 22.11.05 and it works ok there
14:11 _taxy            Hi Cait. Yep, it does have a managedby column but not a "suggestion_managedby" column.
14:34 cait1            if it doesn't appear in the codebase, I think maybe . was just replaced by _ in the error?
14:35 cait1            hm actually i do see it in the codebase
14:35 cait1            the input param is named suggestion_managedby
14:36 cait1            https://git.koha-community.org/Koha-community/Koha/src/commit/e4a05feef3840d8b1a45d7010eafbe5208c96126/suggestion/suggestion.pl#L321
14:36 cait1            I'll do another test updating just the manager
14:37 cait1            hm tried from suggestion result list and from edit suggestion - no error
14:38 cait1            _taxy: is this a new installation or did you update?
14:39 * cait1          waves at lukeg
16:04 _taxy            Sorry, Cait, I was away for a bit there. This is an upgrade. It seems to be somewhat recreatable. If I edit the line directly (&op=edit) in Suggestion Management I never get the error. However, if I select the line from the table, using the checkbox, I can generate an error
16:06 cait1            hm i tested that too
16:09 _taxy            I have it failing on 2 seperate servers now. The input param literal value is present but I can't find any where that queries the table using that column. If I debug mysql I see the error " Unknown column 'suggestion_managedby' in 'where clause'.
16:09 _taxy            Thanks for taking a look though
16:10 cait1            hm it's just strange becasue I can't replicate
16:11 _taxy            Yes. I guess something is going on here!
17:06 tcohen           back
17:35 tcohen           does anyone know if there's a way to sort reports on bugzilla by status date?
17:36 ashimema         pass
17:37 ashimema         best I've done from memory is to sort of 'Changed' date
17:37 ashimema         and hope the last change was the status chage
17:37 ashimema         change
17:37 ashimema         if you're looking for when it went PQA
17:37 tcohen           yeah
17:37 ashimema         otherwise I don't know that' it's possibel
17:37 tcohen           I've got pm from people complaining I'm not fair
17:37 tcohen           :-D
17:39 ashimema         yeah.. it's not all that easy
17:54 oleonard         tcohen: Complaining about fairness is unfair.
17:54 tcohen           haha
17:54 tcohen           I'd say complaining about unfairness is fair
17:56 cait             huh?
17:57 cait             ah, checked the logs
22:33 lukeg            is it just me or is git.koha-community.org being super slow today?