Bug 21481

Summary: Translation tool still references to help templates
Product: Koha Reporter: Josef Moravec <josef.moravec>
Component: Architecture, internals, and plumbingAssignee: Josef Moravec <josef.moravec>
Status: CLOSED FIXED QA Contact: Julian Maurice <julian.maurice>
Severity: major    
Priority: P5 - low CC: colin.campbell, jonathan.druart, julian.maurice, martin.renvoize, nick
Version: Main   
Hardware: All   
OS: All   
URL: https://gitlab.com/josef.moravec/Koha/tree/bug21481
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21483
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 19817    
Bug Blocks:    
Attachments: Bug 21481: Remove references to help from LangInstaller

Description Josef Moravec 2018-10-03 10:16:16 UTC
As of bug 19817 is pushed, our translation toolkit should not reference to help templates - they dosn't exist anymore.
Comment 1 Josef Moravec 2018-10-03 10:16:35 UTC
Patches are coming
Comment 2 Josef Moravec 2018-10-03 10:53:50 UTC
Created attachment 79863 [details] [review]
Bug 21481: Remove references to help from LangInstaller

Test plan:
1) Aply the patches
2) cd misc/translator
3) Run these command one by one:
    ./translate install <lang-code>
    ./translate update <lang-code>
    ./translate create <lang-code>
4) All should not end with error and must do what is documented (see
    ./translate --help)
Comment 3 Josef Moravec 2018-10-03 11:04:12 UTC
Patches are on this branch:
https://gitlab.com/josef.moravec/Koha/tree/bug21481

Test plan is:
1) cd misc/translator
2) Run these command one by one:
    ./translate install <lang-code>
    ./translate update <lang-code>
    ./translate create <lang-code>
3) All should not end with error and must do what is documented (see
    ./translate --help)
Comment 4 Owen Leonard 2018-10-04 17:10:11 UTC
I followed the test plan and each step was successful. I hereby grant this bug the title "Signed off."
Comment 5 Josef Moravec 2018-10-05 05:27:39 UTC
(In reply to Owen Leonard from comment #4)
> I followed the test plan and each step was successful. I hereby grant this
> bug the title "Signed off."

Thanks Owen
Comment 6 Josef Moravec 2018-10-05 07:21:38 UTC
(In reply to Josef Moravec from comment #5)
> (In reply to Owen Leonard from comment #4)
> > I followed the test plan and each step was successful. I hereby grant this
> > bug the title "Signed off."
> 
> Thanks Owen

I added your signed-off line to remote branch
Comment 7 Julian Maurice 2018-10-05 12:31:32 UTC
Passed QA

Patches are here: https://gitlab.com/jajm/Koha/commits/bug21481 

with an additional follow-up: https://gitlab.com/jajm/Koha/commit/34cf20df7e1ac99f4efd46469b1b0852a8735ca1
Comment 8 Julian Maurice 2018-10-05 12:33:34 UTC
*** Bug 21483 has been marked as a duplicate of this bug. ***
Comment 9 Nick Clemens (kidclamp) 2018-10-05 16:25:39 UTC
Awesome work all!

Pushed to master for 18.11
Comment 10 Martin Renvoize (ashimema) 2018-10-08 09:01:32 UTC
Caused by 19817 not in 18.05.x series.