https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31223 --- Comment #16 from Isabel Pineda <isabel.pineda@ds.edu.sv> --- (In reply to Tomás Cohen Arazi from comment #15)
(In reply to Isabel Pineda from comment #0)
In a register with several items I select all (or some) items and click "edit selected items". I make the modification (write a public note, change the signature, change item type etc.) and click "Save", the modifications don't get saved. It used to work in previous versions.
In the meantime, you should enable plugins in koha-conf.xml until this is pushed.
Also, I noticed that the task will stay as 'new' because it is not being picked by the message queue. So I suggest you:
- systemctl stop rabbitmq - koha-worker --restart --queue default <instance>
so it is picked again.
Thank you. The plugins were enabled, actually I am using the coverflow plugin on the OPAC. But for some reason the koha-worker wasn't working. So the line - koha-worker --restart --queue default <instance> solved the problem for me. -- You are receiving this mail because: You are watching all bug changes.