[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.08-80-gf52c6cc

Git repo owner gitmaster at git.koha-community.org
Tue Feb 12 23:53:05 CET 2019


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, 18.05.x has been updated
       via  f52c6cc83f68bdab9b81165d6b76b164a031c82e (commit)
      from  25111a3182504b712d60f9b39097bdda00c78632 (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 f52c6cc83f68bdab9b81165d6b76b164a031c82e
Author: Pasi Kallinen <pasi.kallinen at joensuu.fi>
Date:   Tue Nov 27 11:53:32 2018 +0200

    Bug 21885: Calendar to-date starts before end-date
    
    When adding new holidays to the calendar, you pick the start date,
    and then the end date, but the end date calendar will start from
    current date, not from the picked start date. Sometimes this means
    many extra clicks to pick an end date.
    
    Make the end date calendar start from the beginning date by default.
    
    Test plan:
    
    1) Go to the tools -> calendar
    2) Pick a start date somewhere in the future, and then open the
       end date calendar. Notice how it starts before the start date
       of the date range.
    3) Apply patch.
    4) Pick a start date in the future. The end date calendar should
       automatically default to the same date.
    5) Change the start date a day backwards, note how the end date
       does not change.
    6) Change the start date after the end date, note how the end date
       adjusts, so it is not in the past.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at joensuu.fi>
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 0939d44c22cda569faf4c0c60fd67de04097b34d)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit a69fd8912496c5d7335e0e4d8f113d2b2aeb7b61)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/tools/holidays.tt              |   24 +++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list