[Koha-bugs] [Bug 24606] Allow storing item values as a template for creating new items

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606 --- Comment #78 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #77) > (In reply to Marcel de Rooy from comment #76) > > (In reply to Jonathan Druart from comment #71) > > > [2022/11/17 06:44:05] [WARN] The job has

[Koha-bugs] [Bug 32224] Add cypress and prettier to the yarn commands

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32224 --- Comment #4 from Jonathan Druart --- Created attachment 143983 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143983=edit Bug 32224: Add prettier to yarn commands xt/vue_tidy.t was failing with: error

[Koha-bugs] [Bug 32224] Add cypress and prettier to the yarn commands

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32224 --- Comment #3 from Jonathan Druart --- Looks like we need prettier as well xt/vue_tidy.t is failing with: error Command "prettier" not found. -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 32224] Add cypress and prettier to the yarn commands

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32224 Jonathan Druart changed: What|Removed |Added Summary|Add cypress to the yarn |Add cypress and prettier

[Koha-bugs] [Bug 32127] Sort patron categories by description in templates

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32127 --- Comment #6 from Fridolin Somers --- Indeed. I've tried to add in t/db_dependent/Template/Plugin/Categories.t. But I don't know how to manage the existing categories. Any help is welcome :D -- You are receiving this mail

[Koha-bugs] [Bug 24606] Allow storing item values as a template for creating new items

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606 --- Comment #77 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #76) > (In reply to Jonathan Druart from comment #71) > > [2022/11/17 06:44:05] [WARN] The job has not been sent to the message > > broker: (Wide

[Koha-bugs] [Bug 21336] GDPR: Handle unsubscribe requests automatically by optional (administrative) lock, anonymize and remove

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21336 Jonathan Druart changed: What|Removed |Added Blocks||31937 Referenced Bugs:

[Koha-bugs] [Bug 31937] Prevent cleanup_database.pl from locking too many accounts

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31937 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 31937] Prevent cleanup_database.pl from locking too many accounts

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31937 Jonathan Druart changed: What|Removed |Added Attachment #143980|0 |1 is obsolete|

[Koha-bugs] [Bug 31937] Prevent cleanup_database.pl from locking too many accounts

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31937 Jonathan Druart changed: What|Removed |Added Status|Signed Off |Passed QA -- You are

[Koha-bugs] [Bug 24606] Allow storing item values as a template for creating new items

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606 --- Comment #76 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #71) > [2022/11/17 06:44:05] [WARN] The job has not been sent to the message > broker: (Wide character in syswrite at >

[Koha-bugs] [Bug 32212] Add separate Bootstrap 4 node module for the OPAC

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32212 Jonathan Druart changed: What|Removed |Added Attachment #143925|0 |1 is obsolete|

[Koha-bugs] [Bug 32212] Add separate Bootstrap 4 node module for the OPAC

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32212 Jonathan Druart changed: What|Removed |Added Status|Signed Off |Needs Signoff -- You

[Koha-bugs] [Bug 24606] Allow storing item values as a template for creating new items

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606 --- Comment #75 from Marcel de Rooy --- From Backgrount too sub json { my ( $self ) = @_; $self->{_json} //= JSON->new->utf8(0); # TODO Should we allow_nonref ? return $self->{_json}; } I remember that you were

[Koha-bugs] [Bug 24606] Allow storing item values as a template for creating new items

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606 --- Comment #74 from Marcel de Rooy --- (In reply to Tomás Cohen Arazi from comment #69) > This module also exports to_json and from_json for backward compatibility. > These are slower Thats true. We should switch to OO interface.

[Koha-bugs] [Bug 24606] Allow storing item values as a template for creating new items

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606 --- Comment #73 from Marcel de Rooy --- The correct pattern is in BackgroundJob: sub decoded_data { my ($self) = @_; return $self->data ? $self->json->decode( $self->data ) : undef; } sub set_encoded_data { my (

[Koha-bugs] [Bug 24606] Allow storing item values as a template for creating new items

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606 --- Comment #72 from Marcel de Rooy --- (In reply to Tomás Cohen Arazi from comment #68) > The docs and you say the same: decode_json expects to be passed a string > with Perl's internal format representing UTF-8 characters. And

[Koha-bugs] [Bug 24606] Allow storing item values as a template for creating new items

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606 Jonathan Druart changed: What|Removed |Added Keywords||additional_work_needed

[Koha-bugs] [Bug 24606] Allow storing item values as a template for creating new items

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606 --- Comment #71 from Jonathan Druart --- (In reply to Tomás Cohen Arazi from comment #69) > (In reply to Marcel de Rooy from comment #66) > > encode_json Converts the given Perl data structure to a UTF-8 encoded, > > binary string.

[Koha-bugs] [Bug 24606] Allow storing item values as a template for creating new items

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24606 --- Comment #70 from Jonathan Druart --- We are using a cookie when localStorage should be used, see bug 12410. -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 32063] Streamline importing of records

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32063 Jonathan Druart changed: What|Removed |Added CC|

[Koha-bugs] [Bug 31937] Prevent cleanup_database.pl from locking too many accounts

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31937 --- Comment #7 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #6) > Signed-off-by: Katrin Fischer Great. Thx -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 29390] Authorised values: Why not adding the FK on the way?

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390 --- Comment #8 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #7) > (In reply to Marcel de Rooy from comment #6) > > Coming back here soon. > > Still interested in working on this? Yes. Sorry, it dropped a bit

[Koha-bugs] [Bug 29390] Authorised values: Why not adding the FK on the way?

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390 --- Comment #7 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #6) > Coming back here soon. Still interested in working on this? -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 25731] The table authorised_values_branches should have foreign key constraints

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25731 Jonathan Druart changed: What|Removed |Added Status|NEW |RESOLVED

[Koha-bugs] [Bug 5334] Omnibus: Add explicit foreign key constraints

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5334 Bug 5334 depends on bug 25731, which changed state. Bug 25731 Summary: The table authorised_values_branches should have foreign key constraints https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25731 What

[Koha-bugs] [Bug 31327] Can we add color scheme picker to the OPAC.. especially a 'dark mode'?

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31327 David Cook changed: What|Removed |Added CC||dc...@prosentient.com.au ---

[Koha-bugs] [Bug 27920] Add ability to update patron expiration dates when importing patrons

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27920 Katrin Fischer changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 23757] Able to delete patron expiration date

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23757 Katrin Fischer changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 30293] ODS report download inserts apostrophe in front of numerical results

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30293 --- Comment #1 from Katrin Fischer --- Confirmed in master. My test report was 'select * from aqorders', because acq has a lot of numerical values. I am not sure how this can be solved - we'd probably send/set a datatype somehow?

[Koha-bugs] [Bug 30952] New design for staff interface

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952 Katrin Fischer changed: What|Removed |Added Blocks||31159 Referenced Bugs:

[Koha-bugs] [Bug 31159] Can we make sidebar navigation collapsable?

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31159 Katrin Fischer changed: What|Removed |Added Depends on||30952 Referenced Bugs:

[Koha-bugs] [Bug 31891] Regression: show "MARC staging results" with clear link to manage staged batch

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31891 Katrin Fischer changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 32063] Streamline importing of records

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32063 Katrin Fischer changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 32063] Streamline importing of records

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32063 --- Comment #1 from Katrin Fischer --- Hi Caroline, I think the new'ish progress bar and this bug might help with that a little: Bug 31891 - Regression: show "MARC staging results" with clear link to manage staged batch -- You

[Koha-bugs] [Bug 31327] Can we add color scheme picker to the OPAC.. especially a 'dark mode'?

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31327 Katrin Fischer changed: What|Removed |Added CC||jcam...@cpbibliography.com

[Koha-bugs] [Bug 8634] Style should be user-selectable

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8634 Katrin Fischer changed: What|Removed |Added Status|NEW |RESOLVED

[Koha-bugs] [Bug 30332] Outbound SRU does not work via https

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30332 Katrin Fischer changed: What|Removed |Added Status|NEW |RESOLVED

[Koha-bugs] [Bug 30899] Upgrade sometimes fails at "Upgrade to 21.11.05.004"

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30899 Katrin Fischer changed: What|Removed |Added CC||syamsivanm...@gmail.com

[Koha-bugs] [Bug 31301] Upgrade to 21.11.05.004 [13:28:59]: ERROR: {UNKNOWN}: Can't use an undefined value as a subroutine reference at /usr/share/koha/lib/C4/Installer.pm line 737. at /usr/share/koha

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31301 Katrin Fischer changed: What|Removed |Added Status|NEW |RESOLVED

[Koha-bugs] [Bug 28701] primary_contact_method not part of the REST API spec

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28701 Tomás Cohen Arazi changed: What|Removed |Added CC||tomasco...@gmail.com

[Koha-bugs] [Bug 30952] New design for staff interface

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952 Katrin Fischer changed: What|Removed |Added Blocks||32239 Referenced Bugs:

[Koha-bugs] [Bug 32239] New: Report options for adding groups/sub groups are misaligned

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32239 Bug ID: 32239 Summary: Report options for adding groups/sub groups are misaligned Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 29398] Importing Authority Records without Renumbering

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29398 --- Comment #1 from Katrin Fischer --- I'd like that too as an option, although I believe there was a reason we did enforce 001 = auth_id from auth_header table. This means enforcing is not so easy as you'd also have to ensure that

[Koha-bugs] [Bug 29013] Add ability to uncancel an order

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29013 --- Comment #6 from Katrin Fischer --- (In reply to Karen Venturella from comment #5) > I was told "There isn't a way to unreceive them in order to receive them in > FY22." > Perhaps you can reach out to Sara Brown to describe the

[Koha-bugs] [Bug 28980] Add temporary passwords which must be reset after first login

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28980 --- Comment #19 from David Cook --- (In reply to Katrin Fischer from comment #18) > This doesn't feel like a good practice because it would encourage insecure > passwords and there is no guarantee the user will log in and change it

[Koha-bugs] [Bug 31438] Currency can't have "spaces" in currency name

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31438 --- Comment #1 from Katrin Fischer --- I think maybe we should fix the behavior instead. It looks like something with the JavaScript on this page is going wrong. When you modify an existing order and change the currency to one

[Koha-bugs] [Bug 28980] Add temporary passwords which must be reset after first login

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28980 --- Comment #18 from Katrin Fischer --- (In reply to David Cook from comment #17) > (In reply to Christopher Brannon from comment #16) > > So, maybe we direct first time users to the link (reworded or not) and they > > set their

[Koha-bugs] [Bug 28980] Add temporary passwords which must be reset after first login

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28980 --- Comment #17 from David Cook --- (In reply to Christopher Brannon from comment #16) > So, maybe we direct first time users to the link (reworded or not) and they > set their password. > > For patrons that don't have an e-mail,

[Koha-bugs] [Bug 31454] Ability to update multiple subscriptions at once

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31454 --- Comment #3 from Katrin Fischer --- Hi Sarah, thx for explaining and sorry for the late reply. Do you think this could qualify as a duplicate for bug 17656 then? (or maybe be covered by 31230?) -- You are receiving this mail

[Koha-bugs] [Bug 31450] HTML customizations and News will not display on OPAC without Publication date

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31450 Katrin Fischer changed: What|Removed |Added Status|Patch doesn't apply |Failed QA --- Comment #4

[Koha-bugs] [Bug 29198] Inconsistencies in OPAC results display vs staff results display

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29198 Katrin Fischer changed: What|Removed |Added Summary|Inconsistencies in opac |Inconsistencies in OPAC

[Koha-bugs] [Bug 31568] Renaming/removing an authorised value does not cascade to linked tables

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31568 --- Comment #3 from Katrin Fischer --- In theory I guess we could look up via the frameworks if a authorised value is used and then offer to update the items or at least display a warning. Fixing this in general for all types of AV

[Koha-bugs] [Bug 15141] Add MARC21 770/772 to OPAC and staff detail pages

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15141 --- Comment #8 from Katrin Fischer --- *** Bug 20200 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 20200] Show MARC 770 Supplement/Special Issue Entry on detail pages

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20200 Katrin Fischer changed: What|Removed |Added Status|NEW |RESOLVED

[Koha-bugs] [Bug 27901] Cancelling acq order does not delete item record, causes error

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27901 Katrin Fischer changed: What|Removed |Added Status|NEW |RESOLVED

[Koha-bugs] [Bug 31640] Fuzzy translations of preferences can cause missing sections and inaccurate translations

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31640 Katrin Fischer changed: What|Removed |Added CC||bgkrie...@gmail.com --

[Koha-bugs] [Bug 31639] While receiving items through acquisitions and adding barcode error of "No such Column"

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31639 --- Comment #1 from Katrin Fischer --- Hi Sunita, does this error persist? If so, what is your UniqueItemFields system preference set to? -- You are receiving this mail because: You are the assignee for the bug. You are watching

[Koha-bugs] [Bug 27365] Koha doesn't check marcxml field size is < 10000 and fails in various places

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27365 --- Comment #20 from Katrin Fischer --- (In reply to Eric Phetteplace from comment #18) > Created attachment 142786 [details] > example MARC record > > (In reply to David Cook from comment #16) > > (In reply to Blou from comment

[Koha-bugs] [Bug 27365] Koha doesn't check marcxml field size is < 10000 and fails in various places

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27365 --- Comment #19 from Katrin Fischer --- Just a note here: the normal cataloguing editor does enforce a length, the input field shave maxsize = set (at least in MARC21). Is this different for UNIMARC? But if you import using

[Koha-bugs] [Bug 31241] PDF export of ANY label is NOT functioning.

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31241 --- Comment #2 from Katrin Fischer --- I just tested on master and could print labels with different layouts without problems, selected and full batch. I think we will definitely need more information on the configuration. In the

[Koha-bugs] [Bug 31757] Add 'page-section' where it's missing

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31757 Katrin Fischer changed: What|Removed |Added Depends on||32238 Referenced Bugs:

[Koha-bugs] [Bug 30952] New design for staff interface

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952 Katrin Fischer changed: What|Removed |Added Blocks||32238 Referenced Bugs:

[Koha-bugs] [Bug 32238] New: Add page-section to list of items in label batch (tools)

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32238 Bug ID: 32238 Summary: Add page-section to list of items in label batch (tools) Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 31608] ShowComponentRecords doesn't display components if UseControlNumber is turned on

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31608 --- Comment #3 from Katrin Fischer --- Hi Caroline, do you still happen to know were you were testing? If it was an updated installation, the cnr index might have been missing as it's not added on update for Elasticsearch. -- You

[Koha-bugs] [Bug 22773] Bulk close invoices and filter invoice view (open/closed)

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22773 --- Comment #58 from Katrin Fischer --- (In reply to Mirjam Vantieghem from comment #57) > (In reply to Jonathan Druart from comment #44) > > We would have certainly saved time, lines of code, readability and > > maintainability

[Koha-bugs] [Bug 31937] Prevent cleanup_database.pl from locking too many accounts

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31937 Katrin Fischer changed: What|Removed |Added Attachment #142712|0 |1 is obsolete|

[Koha-bugs] [Bug 31937] Prevent cleanup_database.pl from locking too many accounts

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31937 Katrin Fischer changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 31937] Prevent cleanup_database.pl from locking too many accounts

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31937 --- Comment #5 from Katrin Fischer --- Created attachment 143979 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143979=edit k -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 28980] Add temporary passwords which must be reset after first login

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28980 --- Comment #16 from Christopher Brannon --- So, maybe we direct first time users to the link (reworded or not) and they set their password. For patrons that don't have an e-mail, we have a set/reset option that generates a

[Koha-bugs] [Bug 31782] Patron autocomplete broken when using js/autocomplete/patrons.js

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31782 Katrin Fischer changed: What|Removed |Added CC||stefan.berndts...@ub.gu.se

[Koha-bugs] [Bug 32015] Cannot search for basket creator in advanced order search

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32015 Katrin Fischer changed: What|Removed |Added Status|NEW |RESOLVED

[Koha-bugs] [Bug 32061] in the title of z39.50 servers page

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32061 --- Comment #1 from Katrin Fischer --- Created attachment 143978 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143978=edit Bug 32061: Remove spans from page titles for adding/editing Z39.50/SRU servers In

[Koha-bugs] [Bug 32061] in the title of z39.50 servers page

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32061 Katrin Fischer changed: What|Removed |Added Patch complexity|--- |Trivial patch

[Koha-bugs] [Bug 28980] Add temporary passwords which must be reset after first login

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28980 --- Comment #15 from David Cook --- (In reply to Katrin Fischer from comment #14) > I think there might be a use case for > an initial /temporary password too. Maybe a checkbox on the password reset > form in staff could be a nice

[Koha-bugs] [Bug 32019] Add option to mark items returned in batch modification

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32019 Michael Spagnuolo changed: What|Removed |Added CC||mspagnu...@nrhtx.com

[Koha-bugs] [Bug 32236] Batch item modification - alignment of tick box for 'Use default values'

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32236 David Nind changed: What|Removed |Added Attachment #143973|0 |1 is obsolete|

[Koha-bugs] [Bug 32236] Batch item modification - alignment of tick box for 'Use default values'

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32236 David Nind changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 32061] in the title of z39.50 servers page

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32061 Katrin Fischer changed: What|Removed |Added Assignee|oleon...@myacpl.org |katrin.fisc...@bsz-bw.de

[Koha-bugs] [Bug 28980] Add temporary passwords which must be reset after first login

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28980 --- Comment #14 from Katrin Fischer --- Just noting that you don't need to set any password. The password reset doesn't need an existing password. But I think there might be a use case for an initial /temporary password too. Maybe a

[Koha-bugs] [Bug 28980] Add temporary passwords which must be reset after first login

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28980 --- Comment #13 from Andrew Fuerste-Henry --- (In reply to Christopher Brannon from comment #11) > I'm wondering if this is necessary at all. In rethinking another similar > bug, I realize that we can set new accounts with some

[Koha-bugs] [Bug 28980] Add temporary passwords which must be reset after first login

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28980 --- Comment #12 from Andrew Fuerste-Henry --- Sorry, I misspoke a bit. I didn't mean we'd put something in the borrower, but rather the category. I said "Our existing value is borrowers.password_expiry_days. The new value could be

[Koha-bugs] [Bug 28980] Add temporary passwords which must be reset after first login

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28980 --- Comment #11 from Christopher Brannon --- I'm wondering if this is necessary at all. In rethinking another similar bug, I realize that we can set new accounts with some random, unknown password, and just rename the 'forgot

[Koha-bugs] [Bug 32113] Missing table from batchMod.pl when coming from a bib record

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32113 Katrin Fischer changed: What|Removed |Added Severity|enhancement |minor --- Comment #1 from

[Koha-bugs] [Bug 32237] Batch delete records "no record IDs defined"

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32237 Katrin Fischer changed: What|Removed |Added Attachment #143975|0 |1 is obsolete|

[Koha-bugs] [Bug 28980] Add temporary passwords which must be reset after first login

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28980 --- Comment #10 from Katrin Fischer --- I think my use case was 'first login' for a new user. We could then implement it in the routine for adding a new patron. But we could still do it with a button 'anytime' I think, just setting

[Koha-bugs] [Bug 28980] Add temporary passwords which must be reset after first login

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28980 --- Comment #9 from Christopher Brannon --- *** Bug 32219 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.

[Koha-bugs] [Bug 32237] Batch delete records "no record IDs defined"

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32237 --- Comment #4 from Katrin Fischer --- Created attachment 143976 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143976=edit Bug 32237: Fix using a list as base for batch record deletion When a list was used to

[Koha-bugs] [Bug 32237] Batch delete records "no record IDs defined"

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32237 Katrin Fischer changed: What|Removed |Added Status|Needs Signoff |Signed Off Patch

[Koha-bugs] [Bug 28980] Add temporary passwords which must be reset after first login

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28980 Christopher Brannon changed: What|Removed |Added CC|

[Koha-bugs] [Bug 32221] password entry should be removed from placeholder list in notices editor

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32221 Katrin Fischer changed: What|Removed |Added Summary|password option should be |password entry should be

[Koha-bugs] [Bug 32237] Batch delete records "no record IDs defined"

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32237 --- Comment #3 from Katrin Fischer --- Hi Geraud, please add a problem/solution description and the full test plans to the commit messages. This might be helpful: https://wiki.koha-community.org/wiki/Commit_messages -- You are

[Koha-bugs] [Bug 32221] password option should be removed from notice templates

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32221 --- Comment #3 from Christopher Brannon --- (In reply to Katrin Fischer from comment #1) > Hi Christopher, do you mean the ability to add it using the list in the > notice editor or do you mean one of the sample notices? The latter

[Koha-bugs] [Bug 32204] in-page anchor to edititem on additem.pl not working

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32204 --- Comment #1 from Katrin Fischer --- Could the reason be the empty searchid param? This doesn't work: http://localhost:8081/cgi-bin/koha/cataloguing/additem.pl?op=edititem=126=263=#edititem This does work (sometimes)

[Koha-bugs] [Bug 32237] Batch delete records "no record IDs defined"

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32237 --- Comment #2 from geraud.frapp...@inlibro.com --- Created attachment 143975 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143975=edit Bug 32237 : Batch delete records "no record IDs defined". List of records not

[Koha-bugs] [Bug 32237] Batch delete records "no record IDs defined"

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32237 geraud.frapp...@inlibro.com changed: What|Removed |Added Status|NEW |Needs Signoff

[Koha-bugs] [Bug 32221] password option should be removed from notice templates

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32221 --- Comment #2 from Christopher Brannon --- Created attachment 143974 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143974=edit borrowers.password -- You are receiving this mail because: You are watching all

[Koha-bugs] [Bug 32237] Batch delete records "no record IDs defined"

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32237 Katrin Fischer changed: What|Removed |Added Keywords||regression --- Comment #1

[Koha-bugs] [Bug 32236] Batch item modification - alignment of tick box for 'Use default values'

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32236 --- Comment #2 from Katrin Fischer --- This solution has one disadvantage: It adds a new string. But I didn't like how squashed the label looked in either position, forced on multiple lines. -- You are receiving this mail because:

[Koha-bugs] [Bug 32236] Batch item modification - alignment of tick box for 'Use default values'

2022-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32236 --- Comment #1 from Katrin Fischer --- Created attachment 143973 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=143973=edit Bug 32236: Fix alignment of checkbox "Use default values" for item batch modification

  1   2   3   >