Bugzilla – Attachment 166072 Details for
Bug 36756
Fix default action on split update button when editing tickets/catalog concerns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36756: Don't require status change on ticket updates
Bug-36756-Dont-require-status-change-on-ticket-upd.patch (text/plain), 1.70 KB, created by
Martin Renvoize (ashimema)
on 2024-05-02 14:12:08 UTC
(
hide
)
Description:
Bug 36756: Don't require status change on ticket updates
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-05-02 14:12:08 UTC
Size:
1.70 KB
patch
obsolete
>From ba859b1b18b0cfddbc4089d1e97fa2f831729a7b Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 2 May 2024 15:09:44 +0100 >Subject: [PATCH] Bug 36756: Don't require status change on ticket updates > >Follow-up for bug 35628, we lost a class during rebases that meant the >'Update' split button when status's are enabled no longer submitted >unless you explicitly selected a new status each time. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/includes/modals/display_ticket.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/display_ticket.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/display_ticket.inc >index 96a7b9a9a68..8fd90803e4a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/modals/display_ticket.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/modals/display_ticket.inc >@@ -46,7 +46,7 @@ > [% END %] > [% IF status.count %] > <div class="btn-group"> >- <button type="button" class="btn btn-primary" id="updateTicket">Update <i id="comment-spinner" class="fa fa-spinner fa-pulse fa-fw" style="display:none"></i></button> >+ <button type="button" class="btn btn-primary updateSubmit" id="updateTicket">Update <i id="comment-spinner" class="fa fa-spinner fa-pulse fa-fw" style="display:none"></i></button> > <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> > <span class="caret"></span> > <span class="sr-only">Select status</span> >-- >2.44.0
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 36756
: 166072