Bugzilla – Attachment 149501 Details for
Bug 33104
Add vendor interfaces
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33104: Add email validation
Bug-33104-Add-email-validation.patch (text/plain), 1.08 KB, created by
Katrin Fischer
on 2023-04-11 21:13:50 UTC
(
hide
)
Description:
Bug 33104: Add email validation
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-04-11 21:13:50 UTC
Size:
1.08 KB
patch
obsolete
>From e963bf340bb72ef1ddc472d7f4ea41b0fcb05e86 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 11 Apr 2023 11:59:04 +0200 >Subject: [PATCH] Bug 33104: Add email validation > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >index b742de9ea6..a20e4e5bc9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt >@@ -628,6 +628,12 @@ > }); > nodes.append(`<button onclick="add_interface();" class="btn btn-default"><i class="fa fa-plus"></i> ` + _("Add another interface") + '</button>') > $("#interfaces").replaceWith(nodes); >+ >+ interfaces.forEach((interface, i) => { >+ $("#interface_account_email_" + i).rules("add", { >+ email: true, >+ }); >+ }); > } > > var Sticky; >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 33104
:
147632
|
147633
|
147634
|
147635
|
147636
|
147637
|
147638
|
147639
|
148459
|
148460
|
148461
|
148462
|
148463
|
148464
|
148465
|
148466
|
148473
|
148474
|
148475
|
148476
|
148477
|
148478
|
148479
|
148480
|
149375
|
149420
|
149421
|
149422
|
149431
|
149492
|
149493
|
149494
|
149495
|
149496
|
149497
|
149498
|
149499
|
149500
| 149501 |
149502
|
149503
|
149631
|
149632