Bugzilla – Attachment 153008 Details for
Bug 34107
Sorting agreements by Name actually sorts by ID
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34028: Show the secret when registering from the auth screen
Bug-34028-Show-the-secret-when-registering-from-th.patch (text/plain), 999 bytes, created by
Jonathan Druart
on 2023-07-04 10:05:15 UTC
(
hide
)
Description:
Bug 34028: Show the secret when registering from the auth screen
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-07-04 10:05:15 UTC
Size:
999 bytes
patch
obsolete
>From 49ed5b1b1d43066f7090226a2513cc9b559c6aea Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 4 Jul 2023 12:03:59 +0200 >Subject: [PATCH] Bug 34028: Show the secret when registering from the auth > screen > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >index 23b70b29b47..e87cb438c4c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -258,6 +258,7 @@ > $("#secret32").val(data.secret32); > $("#issuer").html(data.issuer); > $("#key_id").html(data.key_id); >+ $("#key_secret").html(data.secret32); > $("#registration-form").show(); > }, > error: function (data) { >-- >2.25.1
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 34107
:
152622
|
153008
|
153019
|
153020
|
153052