Bugzilla – Attachment 160206 Details for
Bug 34324
Merge OPACProblemReport and CatalogConcern functions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34324: Add page_url to additional_fields
Bug-34324-Add-pageurl-to-additionalfields.patch (text/plain), 874 bytes, created by
Martin Renvoize (ashimema)
on 2023-12-21 14:32:02 UTC
(
hide
)
Description:
Bug 34324: Add page_url to additional_fields
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-12-21 14:32:02 UTC
Size:
874 bytes
patch
obsolete
>From 182deede8d4805e9201dab339dd2ff1bca85fcb0 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 21 Dec 2023 14:22:40 +0000 >Subject: [PATCH] Bug 34324: Add page_url to additional_fields > >--- > installer/data/mysql/atomicupdate/bug_35616.pl | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/installer/data/mysql/atomicupdate/bug_35616.pl b/installer/data/mysql/atomicupdate/bug_35616.pl >index 714ca08a8e0..ee8231b07b8 100644 >--- a/installer/data/mysql/atomicupdate/bug_35616.pl >+++ b/installer/data/mysql/atomicupdate/bug_35616.pl >@@ -13,5 +13,10 @@ return { > ); > say $out "Added column 'tickets.source'"; > } >+ >+ $dbh->do(q{ >+ INSERT IGNORE INTO additional_fields ( tablename, is_system, name ) >+ VALUES ('tickets', 1, 'page_url'); >+ }); > }, > }; >-- >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 34324
:
160199
|
160200
|
160201
|
160202
|
160203
|
160204
|
160205
|
160206
|
173580
|
173581
|
173582
|
173583
|
173584
|
173585
|
173586
|
173587
|
173671
|
173672
|
173673
|
173674
|
173675
|
173676
|
173677
|
173678
|
173679
|
173680