Bug 38851 - Rephrase OpacRenewalBranch and RESTAPIRenewalBranch to specify that they are about renewals
Summary: Rephrase OpacRenewalBranch and RESTAPIRenewalBranch to specify that they are ...
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: System Administration (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Caroline Cyr La Rose
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-08 22:15 UTC by Caroline Cyr La Rose
Modified: 2025-01-13 14:11 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 38851: Rephrase OpacRenewalBranch and RESTAPIRenewalBranch to specify that they are about renewals (2.45 KB, patch)
2025-01-08 22:21 UTC, Caroline Cyr La Rose
Details | Diff | Splinter Review
Bug 38851: Rephrase OpacRenewalBranch and RESTAPIRenewalBranch to specify that they are about renewals (2.59 KB, patch)
2025-01-13 14:10 UTC, ByWater Sandboxes
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Caroline Cyr La Rose 2025-01-08 22:15:01 UTC
The descriptions for both  OpacRenewalBranch and RESTAPIRenewalBranch system preferences are very vague. I know there is "Renewal" in the system preference names, but for translation, I think it would be best to have it in the description so that it's translated. Also, now that there are two, the sentences could be different to state what they are about.

Currently, they both have this description:

Use ___ as branchcode to store in the statistics table.


OpacRenewalBranch could have this description:

Use ___ as branchcode to store in the statistics table for renewals done in the OPAC.

RESTAPIRenewalBranch could have this description:

Use ___ as branchcode to store in the statistics table for renewals done through the REST API.
Comment 1 Caroline Cyr La Rose 2025-01-08 22:21:21 UTC
Created attachment 176280 [details] [review]
Bug 38851: Rephrase OpacRenewalBranch and RESTAPIRenewalBranch to specify that they are about renewals

This patch adds precision to the OpacRenewalBranch and
RESTAPIRenewalBranch system preference descriptions to distinguish them
from one another and to specify that they are about renewals.

To test:
1. Apply patch
2. Go to Administration > System preferences
3. Search for RenewalBranch
4. Read the descriptions for both OpacRenewalBranch and
   RESTAPIRenewalBranch, make sure they make sense and are correct
english
Comment 2 ByWater Sandboxes 2025-01-13 14:10:01 UTC
Created attachment 176449 [details] [review]
Bug 38851: Rephrase OpacRenewalBranch and RESTAPIRenewalBranch to specify that they are about renewals

This patch adds precision to the OpacRenewalBranch and
RESTAPIRenewalBranch system preference descriptions to distinguish them
from one another and to specify that they are about renewals.

To test:
1. Apply patch
2. Go to Administration > System preferences
3. Search for RenewalBranch
4. Read the descriptions for both OpacRenewalBranch and
   RESTAPIRenewalBranch, make sure they make sense and are correct
english

Signed-off-by: Emmanuel Bétemps <e.betemps@gmail.com>