Time Nick Message 07:13 marcelr o/ 08:42 marcelr hi cait 08:58 krimsonkharne[m] morning all 08:59 marcelr hi krimsonkharne[m] 08:59 marcelr ashimema: last call for 35507 ? 08:59 krimsonkharne[m] hi marcelr :) 09:12 ashimema Back on it today.. meetings then that bug 09:12 ashimema Did you see my comment above? 09:12 ashimema marcelr.. should we use Koha::Plugins::Handler->delete instead here maybe? 09:13 marcelr what comment ashimema ? 09:13 marcelr i am now in the mode of not overloading 35507 anymore.. 09:13 ashimema Ooh, the bug changed again since I looked yesterday afternoon 09:13 ashimema I'll review again asap 09:13 ashimema Coolios 09:14 marcelr yeah i have spent way too much time now there 09:14 marcelr really nightmare thing 09:14 marcelr but this should be the safest 09:14 ashimema I am keen for these plugin improvements, but I think your right to minimize what we do in this critical bug to get Jenkins going again 09:14 ashimema Hugs 09:14 marcelr your comment was very important 09:14 ashimema Thanks for all the effort.. seems it was a real rabbit hole 09:15 marcelr well it probably still is 09:15 marcelr but i got all tests passing with and without failing plugins 09:15 marcelr will refine on bug 35536 09:15 huginn` 04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35536 enhancement, P5 - low, ---, m.de.rooy, ASSIGNED , Improve removal of Koha plugins in unit tests 09:15 marcelr need to rebase them 09:16 ashimema nice one 09:17 PedroAmorim[m] morning 09:17 marcelr o/ 09:29 ashimema that's very clean marcelr, I like 🙂 09:29 ashimema 35507 that s 09:32 PedroAmorim[m] If anyone is available to help me move 34431 or 34282 let me know! I can help with testing and/or look at some patches in return. 09:33 marcelr cool 10:34 mjkerpan[m] <davewood> "mjkerpan: you need to adjust the..." <- That looks like its for bibliographic records. I want to adjust the item framework 10:37 ashimema cait 10:51 marcelr thx ashimema 10:51 ashimema pleasure 10:51 ashimema thank you for all the effort 10:51 marcelr still working on follow-up 10:52 marcelr Koha::Plugins->RemovePlugins( { [ plugin_class => MODULE_NAME, destructive => 1, disable => 1 ], } ); 10:57 ashimema 🙂 10:57 ashimema sounds promising 🙂 11:12 marcelr htg 11:18 tcohen hola #koha o/ 11:20 PedroAmorim[m] \o 11:25 tcohen PedroAmorim[m]++ 11:25 tcohen :-D 11:25 tcohen I love the 'master form' idea 11:26 PedroAmorim[m] yeah, I don't believe it's a new idea, but one that needs to/should happen soon! (working on it right now) 11:28 tcohen you're making it real 11:31 Joubu context for the rest of the world? ;) 11:32 ashimema remind me tcohen 11:32 ashimema is there an or syntax for x-koha-authorization? 11:32 tcohen Joubu: PedroAmorim[m] is moving the FreeForm ILL backend into core 11:32 tcohen ashimema 11:32 tcohen ... 11:32 tcohen you invented it 11:32 ashimema i.e I want circulate: circulate_remaining_permissions OR circulate: manage_bookings 11:32 ashimema haha 11:32 ashimema LOL 11:32 ashimema did I 11:33 tcohen the structure is the one we use in C4::Auth 11:33 tcohen open the file and search for "=head2 haspermission" 11:34 tcohen it is just passed through 11:34 ashimema excellent 11:34 ashimema so it's an array.. like sql abstract 11:34 ashimema I remember now 🙂 11:34 tcohen exactly 11:58 Joubu @later tell cait I've submitted a PR to Weblate to support our perl-brace-format. Waiting for its integration then I will apply it to our instance. 11:58 huginn` Joubu: The operation succeeded. 11:59 tcohen Joubu++ 12:01 ashimema @later tell cait follow-up on bug 35468 that fixes Jenkins 12:01 huginn` ashimema: The operation succeeded. 12:02 ashimema @later tell cait PQA on bug 35507 that fixes Jenkins 12:02 huginn` ashimema: The operation succeeded. 12:02 ashimema 🙂 14:07 salahgh Hi, I was following the steps of the section 2.2.7 - Elastic search in https://wiki.koha-community.org/wiki/Koha_on_Debian but I am getting an error when using " koha-elasticsearch --rebuild -d libraryname". The error is : [NoNodes] ** No nodes are available: [http://localhost:9200], called from sub Search::Elasticsearch::Role::Client::Direct::__ANON__ at /usr/share/koha/lib/Koha/SearchEngine/Elasticsearch/Indexer.pm line 430.Something went wrong rebuildin 14:08 salahgh I am not a lot familiar with koha, can someone help fixing the issue please ? 14:11 tcohen is elasticsearch running? 14:11 tcohen and the koha-conf.xml entry pointing to the right place 14:18 salahgh I used "sudo service elasticsearch status" to check if it's running and yes it is. in the koha-conf.xml => <server>localhost:9200</server> <index_name>koha_koha-aace</index_name> (koha-aace is my libraryname) 15:02 reiveune bye 19:25 tuxayo 15 GB freed ! I was only doing docker system prune --volumes to cleanup outdated docker stuff. And there was still untouched stuff that can be removed with docker volume prune --all (be careful if you use docker for something else than Koha you need to know what you are doing to not risk erasing a volume containing valuable data) 22:26 mjkerpan[m] Is there a way to make fields in the item record (not biblio record) mandatory? 22:32 davidnind mjkerpan: For a MARC21 installation, 952 subfields 22:53 mjkerpan[m] I see a way to do that with MARC fields (by editing frameworks) but I don't see a way to do that with items.