[Koha] Editing branch names in 3.18

Chad Roseburg croseburg at ncrl.org
Wed Apr 22 10:24:01 NZST 2015


I tried commenting out all recent changes in the 'internetuserjs' -- see
below:
$(document).ready(function(){
    $("#holdst .hq-enumchron,.hq-notes,.hq-copynumber").hide();

});

// window.onload doesn't execute until the page has fully loaded and the
datatables have been created
window.onload = function () {
    if(document.URL.indexOf("catalogue/detail.pl") >= 0){
        $('.dataTable').first().dataTable().fnSort( [ [1,'desc'] ] );
    }
    //if(document.URL.indexOf("members/memberentry.pl") >= 0){
    //    $('#email').next().remove();
    //}

    //if(document.URL.indexOf("members/pay.pl") >= 0){
    //    var a = $("#menu a[href*='/cgi-bin/koha/members/pay.pl']");
     //   var href = a.attr('href');
     //   href = href.replace("pay", "boraccount");
     //   a.attr('href', href );
    //}

    $( ".subfield_mandatory" ).css("color", "#FF0000");

}

Still no luck editing the branch names. Interestingly, I have a test Koha
on the same exact version: 3.18.05.100 -- and editing branch names works
fine works fine with the same setting. It's a clue though -- I'll keep
looking.

Thanks!



On Sun, Apr 19, 2015 at 4:36 PM, Tomas Cohen Arazi <tomascohen at gmail.com>
wrote:

> You could try temporarily cleaning 'intranetuserjs' just in case is messing
> up with your Koha's javascript.
>
> On Sun, Apr 19, 2015 at 7:47 PM, Katrin Fischer <Katrin.Fischer.83 at web.de>
> wrote:
>
> > Hi Chad,
> >
> > I checked in master and 3.18.5.1 and editing the branch name works
> > without problems for me. Which is your exact version? Is an error
> > message shown?
> >
> > You should be able to edit all the branch related information, but the
> > library code, anytime as the references are only to the code.
> >
> > Hope this helps,
> >
> > Katrin
> >
> > Am 17.04.2015 um 00:44 schrieb Chad Roseburg:
> > > We are not able to edit the branch names in 3.18. I notice that there
> > used
> > > to be a bug for this -- as far as deleting branches.
> > >
> > > Is this just because there are so many references to these branches
> that
> > > they are not editable?
> > >
> >
> > _______________________________________________
> > Koha mailing list  http://koha-community.org
> > Koha at lists.katipo.co.nz
> > http://lists.katipo.co.nz/mailman/listinfo/koha
> >
>
>
>
> --
> Tomás Cohen Arazi
> Prosecretaría de Informática
> Universidad Nacional de Córdoba
> ✆ +54 351 5353750 ext 13168
> GPG: B76C 6E7C 2D80 551A C765  E225 0A27 2EA1 B2F3 C15F
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Chad Roseburg
Automation Dept.
North Central Regional Library


More information about the Koha mailing list