Bugzilla – Attachment 193604 Details for
Bug 30295
Send a notification when a recall is manually canceled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30295: (follow-up) Display messaging preferences in right sequence
86b227f.patch (text/plain), 1.61 KB, created by
David Nind
on 2026-02-22 00:22:22 UTC
(
hide
)
Description:
Bug 30295: (follow-up) Display messaging preferences in right sequence
Filename:
MIME Type:
Creator:
David Nind
Created:
2026-02-22 00:22:22 UTC
Size:
1.61 KB
patch
obsolete
>From 86b227f71f4fe918f452834ac0d3b88cd9c19074 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 26 Jan 2026 19:08:12 +0000 >Subject: [PATCH] Bug 30295: (follow-up) Display messaging preferences in right > sequence > >This is due to the change from bug 29194 that added logical >ordering to the messaging preferences. > >Without this patch the new notice showed last in list, now it >shows between Recall_Requested and Recall_Waiting. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: David Nind <david@davidnind.com> >--- > C4/Members/Messaging.pm | 19 ++++++++++--------- > 1 file changed, 10 insertions(+), 9 deletions(-) > >diff --git a/C4/Members/Messaging.pm b/C4/Members/Messaging.pm >index dc29f55456..de1cb69ea6 100644 >--- a/C4/Members/Messaging.pm >+++ b/C4/Members/Messaging.pm >@@ -235,15 +235,16 @@ END_SQL > 'Hold_Filled' => 1, > 'Hold_Reminder' => 2, > 'Recall_Requested' => 3, >- 'Recall_Waiting' => 4, >- 'Ill_ready' => 5, >- 'Ill_unavailable' => 6, >- 'Ill_update' => 7, >- 'Item_Checkout' => 8, >- 'Auto_Renewals' => 9, >- 'Advance_Notice' => 10, >- 'Item_Due' => 11, >- 'Item_Check_in' => 12 >+ 'Recall_Canceled' => 4, >+ 'Recall_Waiting' => 5, >+ 'Ill_ready' => 6, >+ 'Ill_unavailable' => 7, >+ 'Ill_update' => 8, >+ 'Item_Checkout' => 9, >+ 'Auto_Renewals' => 10, >+ 'Advance_Notice' => 11, >+ 'Item_Due' => 12, >+ 'Item_Check_in' => 13 > ); > > @return = >-- >2.39.5 >
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 30295
:
131763
|
140243
|
140245
|
147108
|
148114
|
149127
|
150431
|
155347
|
155358
|
158699
|
158700
|
158701
|
159007
|
159008
|
159009
|
172038
|
172039
|
172041
|
186346
|
186347
|
186348
|
192078
|
192079
|
192080
|
192081
|
192082
|
192083
|
192084
|
193598
|
193599
|
193600
|
193601
|
193602
|
193603
| 193604