History/Harveststatus-running.jsp shows malformed webform when using French as GUI languages
Field Tab
Test
Field Tab
Test
Description
Checklist
Activity
Show:
SrApril 10, 2018 at 10:00 AM
The fix has now been committed to the master branch
SrApril 10, 2018 at 9:47 AM
The equivalent French one :
Afficher uniquement les jobs qui collectent le domaine {0}
and Italian one:
Mostra solo i jobs che raccolgono il dominio {0}
SrApril 10, 2018 at 9:42 AM
Have now added a German translation:
Zeige nur Jobs die domain {0} harvesten
SrApril 10, 2018 at 9:36 AM
This could be what breaks the page-rendering
SrApril 10, 2018 at 9:27 AM
I have identified the problem:
Empty translations of key "running.jobs.finder.inputGroup" for German, French, and Italian:
Translations_da.properties:running.jobs.finder.inputGroup = Vis kun jobs der h\u00F8ster dette dom\u00E6ne {0}
Translations_de.properties:running.jobs.finder.inputGroup =
Translations_fr.properties:running.jobs.finder.inputGroup =
Translations_it.properties:running.jobs.finder.inputGroup =
Translations.properties:running.jobs.finder.inputGroup = Show only jobs harvesting domain {0}
When using English as GUI language, we get the following webform in the History/Harveststatus-running.jsp page:
<form method="get" name="findJobForDomainForm" action="Harveststatus-running.jsp"> <input type="hidden" name="searchDone" value="1"/> Show only jobs harvesting domain <input type="text" name="DOMAIN_NAME" size="30" value=""/> <input type="submit" name="search" value="Search"/> </form>
When using French as GUI language
we only get
<form method="get" name="findJobForDomainForm" action="Harveststatus-running.jsp"> <input type="hidden" name="searchDone" value="1"/> <input type="submit" name="search" value="Rechercher"/> </form>
The text plus input tag corresponding to
Show only jobs harvesting domain <input type="text" name="DOMAIN_NAME" size="30" value=""/>
is missing from the French version