| Summary: | auto_rebase script confusing handling of incorrect HTML structures | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Victor Grousset/tuxayo <victor> |
| Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
| Status: | NEW --- | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: | auto_rebase-output.txt | ||
|
Description
Victor Grousset/tuxayo
2025-03-04 04:30:40 UTC
Created attachment 178948 [details]
auto_rebase-output.txt
Bug 23732 introduces stuff removed with bug 38714. +[% IF reserves_count >= Koha.Preference('maxreserves') %] + <span class="text-danger"> +[% ELSE %] + <span> +[% END %] + [% tx('{preference_name} preference:', { preference_name = '<em>maxreserves</em>' }) | $raw %] + <strong>[% Koha.Preference('maxreserves') | html %]</strong> +</span> So the problem is more about that it's not clear. Because the error shows stuff not in the patch. |