Bug 32900 - Curbside pickups - "Please fill in this field" tip is untranslatable
Summary: Curbside pickups - "Please fill in this field" tip is untranslatable
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 30650
Blocks:
  Show dependency treegraph
 
Reported: 2023-02-07 16:44 UTC by Caroline Cyr La Rose
Modified: 2023-02-10 22:06 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caroline Cyr La Rose 2023-02-07 16:44:00 UTC
When scheduling a pickup, there is a tip when you hover the cursor on the date field that says "Please fill in this field". I could not find this string anywhere in the .po files, even after an update.

To get this string:
1. Enable the CurbsidePickup system preference
2. Set up curbside pickup for a library (e.g. Centerville)
   2.1. Go to Administration > Curbside pickup
   2.2. Click the tab for the library
   2.3. Fill out the form:
        - Enable: Check
        - Pickup interval: 10 (or other)
        - Maximum patrons per interval: 3 (or other)
        - Patron-scheduled pickup: leave unchecked
        - Enable for waiting holds only: leave unchecked
   2.4. Enter a couple of time periods (e.g.
        - Day: Sunday
        - From: 10:00
        - To: 12:00
   2.5. Click 'Add'
   2.6. Click 'Save configuration'
3. Schedule a pickup, hover over the date field
   3.1. Go to Circulation > Curbside pickups
   3.2. Click 'Schedule pickup'
   3.3. Search for a patron name (e.g. Henry)
   3.4. Hover the cursor on the date field
        --> The tip says "Please fill in this field."

To translate :
cd misc/translator
./translate update xx-XX
git grep "Please fill in this field"
--> No result
Comment 1 Katrin Fischer 2023-02-10 22:06:28 UTC
I believe this is the browser message for a required HTML5 field. I can't find the string in the code base either.