Bugzilla – Attachment 173587 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), 849 bytes, created by
Martin Renvoize (ashimema)
on 2024-10-28 17:44:59 UTC
(
hide
)
Description:
Bug 34324: Add page_url to additional_fields
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-28 17:44:59 UTC
Size:
849 bytes
patch
obsolete
>From e5397114a4e27f39d3f92c11fba387fa954731b6 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/db_revs/231200026.pl | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/installer/data/mysql/db_revs/231200026.pl b/installer/data/mysql/db_revs/231200026.pl >index 714ca08a8e0..ee8231b07b8 100755 >--- a/installer/data/mysql/db_revs/231200026.pl >+++ b/installer/data/mysql/db_revs/231200026.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.47.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