Bugzilla – Attachment 160260 Details for
Bug 32435
Add resolution types to catalog concerns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32435: Add TICKET_RESOLUTION authorized value
Bug-32435-Add-TICKETRESOLUTION-authorized-value.patch (text/plain), 1.09 KB, created by
Martin Renvoize (ashimema)
on 2023-12-22 16:25:24 UTC
(
hide
)
Description:
Bug 32435: Add TICKET_RESOLUTION authorized value
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-12-22 16:25:24 UTC
Size:
1.09 KB
patch
obsolete
>From 770ac71e3b71ed014a7b0d41ca068e59fc538b6b Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 21 Dec 2023 15:57:41 +0000 >Subject: [PATCH] Bug 32435: Add TICKET_RESOLUTION authorized value > >--- > installer/data/mysql/atomicupdate/bug_32435.pl | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_32435.pl > >diff --git a/installer/data/mysql/atomicupdate/bug_32435.pl b/installer/data/mysql/atomicupdate/bug_32435.pl >new file mode 100644 >index 00000000000..09d65365551 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_32435.pl >@@ -0,0 +1,14 @@ >+use Modern::Perl; >+ >+return { >+ bug_number => "32435", >+ description => "Add ticket resolutions to catalog concerns", >+ up => sub { >+ my ($args) = @_; >+ my ($dbh, $out) = @$args{qw(dbh out)}; >+ $dbh->do(q{ >+ INSERT IGNORE INTO authorised_value_categories( category_name, is_system ) VALUES ('TICKET_RESOLUTION', 1); >+ }); >+ say $out "Added TICKET_RESOLUTION authorised value category"; >+ }, >+}; >-- >2.43.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 32435
:
160211
|
160212
|
160213
|
160214
|
160260
|
160261
|
160291
|
160292
|
160306
|
160321
|
160322
|
162493
|
164919
|
164920
|
164921
|
164922
|
165558
|
165559
|
165565
|
165566
|
165567
|
165611
|
165612
|
165613
|
165656
|
165657
|
165658
|
165781
|
165782
|
165783