[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.08-48-g182caed

Git repo owner gitmaster at git.koha-community.org
Tue Aug 6 21:53:58 CEST 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.11.x has been updated
       via  182caed9c3746833cfef93170f06c855fed7753b (commit)
      from  9963687308d14f7a035c499e97263bf8cf56b01e (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 182caed9c3746833cfef93170f06c855fed7753b
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed May 31 16:24:51 2017 +0200

    Bug 18707: Background jobs post disabled inputs
    
    For example, in Tools > Batch item modification input of deleted subfields are disabled.
    This form is posted using background job via JS code.
    Looks like this JS code converts a POST form into a GET URL, including inputs that are disabled :
    
    koha-tmpl/intranet-tmpl/prog/js/background-job-progressbar.js
    function submitBackgroundJob(f) {
    ...
    $(':input', f).each(function() {
    ...
    
    This patch add a :enabled to selector
    
    Test plan :
    <to define>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit e269d6e6e6c9d1e3e11ae43a7773f3026f4d801a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 8b9c96308fe063b28123e6081472788f88b9f4e8)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/js/background-job-progressbar.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list