[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.00-20-g49ed3b1

Git repo owner gitmaster at git.koha-community.org
Mon Jun 12 10:41:17 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 17.05.x has been updated
       via  49ed3b16c8b78d83f0fe5dd6f5e1d54441f43e40 (commit)
      from  7a181f3e912663ff642ba8dc569416ad4598ca26 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 49ed3b16c8b78d83f0fe5dd6f5e1d54441f43e40
Author: Marc Véron <veron at veron.ch>
Date:   Tue May 30 18:50:16 2017 +0200

    Bug 18702: Translatability: Get rid of exposed if statement in tt for translated onboardingstep2.tt
    
    The file onboardingstep2.tt exposes the following to translations:
    
    "[%% IF (categories && categories.count > 1 ) # This if statement checks if "
    "the categories variable handed to this template # by onboarding.pl has data "
    "in it. If the categories variable does have data # in it this means that the "
    "user has previously imported sample patron category # data and so we do not "
    "need to show them the create patron category screen 1, #instead we can "
    "display a screen with ubtton redirecting the user to step 3 %%] "
    
    Translators should not be confronted with such internals. This patch removes it
    
    To test:
    - Verify that code change makes sense
    - Run QA tools
    - Bonus test: Create a new "language" aa-AA and verify that the lines above
      are no longer exposed.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 17fd5a4ffb6fa92e1ce522ac8f8cf5fdeb343868)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 .../prog/en/modules/onboarding/onboardingstep2.tt          |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list