Summary: | French SQL files for "news" contain broken link to the wiki | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Installation and upgrade (web-based installer) | Assignee: | Ava <liav> |
Status: | CLOSED FIXED | QA Contact: | Nick Clemens (kidclamp) <nick> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | andrew, caroline.cyr-la-rose, david, fridolin.somers, gmcharlt, liav, nick, victor |
Version: | unspecified | Keywords: | Academy |
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This fixes a broken link in the sample news items for the French language installer files (fr-FR and fr-CA).
|
Version(s) released in: |
21.05.00,20.11.03,20.05.09,19.11.15
|
Circulation function: | |||
Attachments: |
Bug 24811: French SQL files "news" link fixed
Bug 24811: French SQL files "news" link fixed Bug 24811: French SQL files "news" link fixed |
Description
Jonathan Druart
2020-03-05 12:02:21 UTC
Created attachment 115362 [details] [review] Bug 24811: French SQL files "news" link fixed TEST PLAN: 1)Follow https://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client in order to install french. 2) When koha is in french, from home go to tools/outils, then News/Annonces, make sure the two files are there. -If not, try importing the two files into your database 3) When koha is in french, on the home page, to the right there should be 2 boxes with the heading Et maintenant ?, in each of them click on the 5th link "proposez des correctifs et des améliorations" 4) If it takes you to this link https://wiki.koha-community.org/wiki/Version_Control_Using_Git and there is no 404 error, the patch has worked Created attachment 115452 [details] [review] Bug 24811: French SQL files "news" link fixed This fixes a broken link in the sample news items for fr-FR and fr-CA. Test plan: 1) Apply the patch. 2) Install the French language files - see https://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client 3) When Koha is in French, from the home page of the staff interface go to Tools/Outils > News/Annonces, and make sure the two news items are there. -If not, try importing the two files into your database or reset and install Koha in French (fr-FR or fr-CA). 4) There should be a news item with the heading Et maintenant ?, click the 5th link "proposez des correctifs et des améliorations". 5) If should take you to https://wiki.koha-community.org/wiki/Version_Control_Using_Git and there is no 404 error, the patch has worked! Signed-off-by: David Nind <david@davidnind.com> Thanks Ava! I've updated the commit message and test plan slightly. I added a description after the bug heading - which can also be used as a starting point for the text for the release notes. David Created attachment 115576 [details] [review] Bug 24811: French SQL files "news" link fixed This fixes a broken link in the sample news items for fr-FR and fr-CA. Test plan: 1) Apply the patch. 2) Install the French language files - see https://wiki.koha-community.org/wiki/Installation_of_additional_languages_for_OPAC_and_INTRANET_staff_client 3) When Koha is in French, from the home page of the staff interface go to Tools/Outils > News/Annonces, and make sure the two news items are there. -If not, try importing the two files into your database or reset and install Koha in French (fr-FR or fr-CA). 4) There should be a news item with the heading Et maintenant ?, click the 5th link "proposez des correctifs et des améliorations". 5) If should take you to https://wiki.koha-community.org/wiki/Version_Control_Using_Git and there is no 404 error, the patch has worked! Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Pushed to master for 21.05, thanks to everybody involved! Pushed to 20.11.x for 20.11.03 Pushed to 20.05.x for 20.05.09 Backported: Pushed to 19.11.x branch for 19.11.15 |