[Koha-bugs] [Bug 35392] HTML in translatable string

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 24 07:19:15 CET 2023


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|jonathan.druart+koha at gmail. |matt.blenkinsop at ptfs-europe
                   |com                         |.com
         Depends on|                            |34587

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Caroline Cyr La Rose from comment #1)
> I found the same type of string again
> 
> <li>Job for report type <strong>%s</strong> 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>
> 
> at
> 
> koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/
> UsageStatisticsDataProvidersList.vue:249

Yes, given the code that's expected:
248                                         message += this.$__(
249                                             '<li>Job for report type
<strong>%s</strong> 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>'
250                                         ).format(job.report_type,
job.job_id)

Could be improved however.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34587
[Bug 34587] Add a Usage Statistics module to ERM
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list