[koha-commits] main Koha release repository branch master updated. v3.22.00-1454-g6d7aa51

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 17:42:14 CEST 2016


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, master has been updated
       via  6d7aa51a401b9a427ac143e53a8f898c15065eb6 (commit)
      from  69ceb326f61ce94bbac740078eb3ebb8f41a03a1 (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 6d7aa51a401b9a427ac143e53a8f898c15065eb6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Apr 20 08:31:16 2016 -0400

    Bug 16301 - Remove the use of "onclick" from SMS cellular providers template
    
    This patch refactors some of the JavaScript in the SMS cellular
    providers template so that event attributes are removed from the markup.
    
    This patch also updates the markup for the "Edit" and "Delete" buttons
    to make them consistent with similar buttons in Koha.
    
    To test you must have the SMSSendDriver system preference set to
    "Email."
    
    - Go to Administration -> SMS cellular providers.
    - If necessary, create a new SMS cellular provider.
    - Edit at least one patron to use an SMS cellular provider under "Patron
      messaging preferences."
    - In the table of SMS cellular providers:
      - Click the "Edit" button. The correct edit form should be displayed.
      - Click the "Delete" button next to a provider which is not used by
        any patrons. You should see an error message, "Are you sure you want
        to delete [provider name]." Test both cancel and confirm.
      - Click the "Delete" button next to a provider which is in use by one
        or more patrons. YOu should see an error message, "Are you sure you
        want to delete [provider name]? X patron(s) are using it!" Test both
        cancel and confirm.
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/admin/sms_providers.tt          |   19 +++++--------------
 koha-tmpl/intranet-tmpl/prog/js/sms_providers.js    |   15 +++++++++++++++
 2 files changed, 20 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list