Bugzilla – Attachment 154034 Details for
Bug 34431
Distinguish between status and status alias in ILL UI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34431: Add 'type' to existing_statuses method
Bug-34431-Add-type-to-existingstatuses-method.patch (text/plain), 1.23 KB, created by
Pedro Amorim
on 2023-07-28 10:23:53 UTC
(
hide
)
Description:
Bug 34431: Add 'type' to existing_statuses method
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-07-28 10:23:53 UTC
Size:
1.23 KB
patch
obsolete
>From 883101cb220cffae770a2579a860229a5227728d Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 28 Jul 2023 09:59:08 +0000 >Subject: [PATCH] Bug 34431: Add 'type' to existing_statuses method > >--- > Koha/Illbackend.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/Koha/Illbackend.pm b/Koha/Illbackend.pm >index df29e970a5..4bbb2bb178 100644 >--- a/Koha/Illbackend.pm >+++ b/Koha/Illbackend.pm >@@ -72,6 +72,7 @@ sub existing_statuses { > : $status_data->{status}->{code} ? ( str => $status_data->{status}->{code} ) > : (), > $status_data->{status}->{code} ? ( code => $status_data->{status}->{code} ) : (), >+ $status_data->{status}->{type} ? ( type => $status_data->{status}->{type} ) : (), > }; > } > } >@@ -94,6 +95,7 @@ sub existing_statuses { > : $status_data->{status_alias}->{code} ? ( str => $status_data->{status_alias}->{code} ) > : (), > $status_data->{status_alias}->{code} ? ( code => $status_data->{status_alias}->{code} ) : (), >+ $status_data->{status_alias}->{type} ? ( type => $status_data->{status_alias}->{type} ) : (), > }; > } > } >-- >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 34431
:
154034
|
154035
|
154036
|
154037
|
154289
|
154290
|
154291
|
154292
|
154301
|
154405
|
154406
|
154407
|
154408
|
154409
|
154410
|
154999
|
161104
|
161105
|
161106
|
161107
|
161108
|
161109
|
161110
|
161129
|
161130
|
161131
|
161132
|
161133
|
161134
|
161135