[Bug 27966] New: Fix plural handling for AUTO_RENEWALS_DGST message
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27966 Bug ID: 27966 Summary: Fix plural handling for AUTO_RENEWALS_DGST message Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: agustinmoyano@theke.io Reporter: agustinmoyano@theke.io QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Depends on: 18532, 27829 AUTO_RENEWALS_DGST does not handle properly plural vs singular error and success messages. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18532 [Bug 18532] Messaging preferences for auto renewals https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27829 [Bug 27829] [OMNIBUS] Remove specific LANG installer data -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27966 Cheryl <clackman@fargolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clackman@fargolibrary.org --- Comment #1 from Cheryl <clackman@fargolibrary.org> --- Suggested language for the renewal message: "N item(s) successfully renewed" (so it works for one or more items, and doesn't have to deal with verb tenses). -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27966 --- Comment #2 from Cheryl <clackman@fargolibrary.org> --- Suggested language for the notification of the number of items that did not renew: - "[% error %] item(s) did not renew." -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27966 Bug 27966 depends on bug 18532, which changed state. Bug 18532 Summary: Messaging preferences for auto renewals https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18532 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |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=27966 Bug 27966 depends on bug 27829, which changed state. Bug 27829 Summary: [OMNIBUS] Remove specific LANG installer data https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27829 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |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=27966 Ray Delahunty <r.delahunty@arts.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r.delahunty@arts.ac.uk --- Comment #3 from Ray Delahunty <r.delahunty@arts.ac.uk> --- We have this resolved in a way we like. The perfect notice (see bug 36109) would include counters like the DGST has as we'd like to deal with plural / singular problems in all notices. Here is an extract from our DGST and you can see a screengrab of our full digest in the other bug: <b>Renewal summary:</b><br/> [% IF success AND success ==1 %] [% success %] item was renewed. [% ELSIF success AND success >1 %] [% success %] items were renewed. [% END %]<br/> [% IF error AND error ==1 %][% error %] item was not renewed. It is now overdue and must be returned.<br/><br/> […] [% ELSIF error AND error >1 %][% error %] items were not renewed. They are now overdue and must be returned.<br/> […] -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org