Summary: | Wrong "daily limit" warning when article request is not available | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | OPAC | Assignee: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | P5 - low | CC: | m.de.rooy, nick, tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | String patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
21.11.00
|
|
Circulation function: | |||
Bug Depends on: | 27945 | ||
Bug Blocks: | |||
Attachments: |
Bug 29169: Fix wrong terminology when article request is not available
Bug 29169: Fix wrong terminology when article request is not available |
Description
Jonathan Druart
2021-10-05 09:19:13 UTC
Created attachment 125893 [details] [review] Bug 29169: Fix wrong terminology when article request is not available Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> + [% SWITCH error_message %] + [% CASE 'article_request_limit_reached' %]You reached your open article requests limit. + [% CASE 'article_request_unhandled_exception' %]An error has occurred. + [% END %] No blocker, but there is no fallback. (In reply to Marcel de Rooy from comment #2) > + [% SWITCH error_message %] > + [% CASE 'article_request_limit_reached' > %]You reached your open article requests limit. > + [% CASE 'article_request_unhandled_exception' > %]An error has occurred. > + [% END %] > > No blocker, but there is no fallback. Which there wasnt either ;) Created attachment 125919 [details] [review] Bug 29169: Fix wrong terminology when article request is not available Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Trivial edit. SO + QA combined Pushed to master for 21.11, thanks to everybody involved! |