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

--- Comment #36 from David Cook <[email protected]> ---
Comment on attachment 204616
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204616
Bug 39882: (follow-up) Click to populate from examples

Review of attachment 204616:
 --> 
(https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=39882&attachment=204616)
-----------------------------------------------------------------

::: koha-tmpl/intranet-tmpl/prog/js/pages/preferences.js
@@ +828,5 @@
> +$(".PhoneMaskPattern").on("click", function (e) {
> +    e.preventDefault();
> +    let formField = $("#pref_PhoneMaskPattern");
> +    let pattern = $(this).data("pattern");
> +    let decoded = decodeURIComponent(pattern.replace(/\+/g, " "));

So it does seem intentional... but why? If the + isn't desired then it
shouldn't be part of the pattern.

In Australia, it's very important to use the +61 when working with API gateways
for SMSes for instance.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to