[Koha-bugs] [Bug 15349] Problem with email pattern check on forms

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 9 16:35:57 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15349

Lucas Gass <lucas at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucas at bywatersolutions.com

--- Comment #7 from Lucas Gass <lucas at bywatersolutions.com> ---
In the meantime you can step around email validation on branches.tt by adding
the following to your IntranetUserJS sys pref:

//turn off email validation for branches.tt  
if ( $('#admin_branches').length && window.location.href.indexOf("op=add_form")
> -1 ) {
    $('#branchemail').removeClass('email');
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list