https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35392

            Bug ID: 35392
           Summary: HTML in translatable string
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: ERM
          Assignee: jonathan.druart+k...@gmail.com
          Reporter: caroline.cyr-la-r...@inlibro.com
                CC: jonathan.druart+k...@gmail.com,
                    jonathan.fi...@ptfs-europe.com,
                    martin.renvo...@ptfs-europe.com,
                    matt.blenkin...@ptfs-europe.com,
                    pedro.amo...@ptfs-europe.com

This string appears as is in Weblate to be translated, HTML tags and all

<li>Job for uploaded file has been queued, <a
href="/cgi-bin/koha/admin/background_jobs.pl?op=view&id=%s"
target="_blank">click here</a> to check its progress.</li>

Usually, HTML tags don't appear. I'm not sure what is different for this one.
Probably something to do with JS or Vue?

For reference, the line is

koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFileImport.vue:93

Furthermore, while we are there to correct it, we should also correct the
"click here" link. I understand it is not an accessible way of making links.

All other job queue messages look like this

H1 Title: The job has been enqueued!
Text: It will be processed as soon as possible.
Link: View detail of the enqueued job

See for example
https://git.koha-community.org/Koha-community/Koha/src/branch/master/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt#L78

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to