Bugzilla – Attachment 174756 Details for
Bug 38436
Adjust code for column visibility (after DataTables upgrade)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38436: (QA follow-up) Tidy atomicupdate file to satisfy qa script
Bug-38436-QA-follow-up-Tidy-atomicupdate-file-to-s.patch (text/plain), 1.10 KB, created by
Paul Derscheid
on 2024-11-18 17:06:01 UTC
(
hide
)
Description:
Bug 38436: (QA follow-up) Tidy atomicupdate file to satisfy qa script
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2024-11-18 17:06:01 UTC
Size:
1.10 KB
patch
obsolete
>From 5f2775b87c066b7648373ce0ee1eaf3af992c602 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Mon, 18 Nov 2024 16:53:34 +0000 >Subject: [PATCH] Bug 38436: (QA follow-up) Tidy atomicupdate file to satisfy > qa script > >--- > installer/data/mysql/atomicupdate/bug_38436.pl | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_38436.pl b/installer/data/mysql/atomicupdate/bug_38436.pl >index 428bf53fa9..45b9d58983 100755 >--- a/installer/data/mysql/atomicupdate/bug_38436.pl >+++ b/installer/data/mysql/atomicupdate/bug_38436.pl >@@ -8,11 +8,13 @@ return { > my ($args) = @_; > my ( $dbh, $out ) = @$args{qw(dbh out)}; > >- say $dbh->do(q{ >+ say $dbh->do( >+ q{ > UPDATE columns_settings > SET columnname = REGEXP_REPLACE(columnname, '.*holdings_', '') > WHERE module="catalogue" AND page="detail" AND ( tablename="holdings_table" OR tablename="otherholdings_table") >- }); >+ } >+ ); > say_success( $out, "Column names renamed" ); > }, > }; >-- >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 38436
:
174587
|
174588
|
174589
|
174590
|
174591
|
174592
|
174593
|
174594
|
174595
|
174634
|
174641
|
174642
|
174688
|
174689
|
174690
|
174691
|
174692
|
174693
|
174694
|
174695
|
174696
|
174697
|
174698
|
174699
|
174700
|
174701
|
174702
|
174721
|
174722
|
174723
|
174724
|
174725
|
174726
|
174727
|
174728
|
174729
|
174730
|
174731
|
174732
|
174733
|
174734
|
174735
|
174736
|
174740
|
174741
|
174742
|
174743
|
174744
|
174745
|
174746
|
174747
|
174748
|
174749
|
174750
|
174751
|
174752
|
174753
|
174754
|
174755
|
174756
|
174766
|
174767
|
174768
|
174769
|
174770
|
174771
|
174772
|
174773
|
174774
|
174775
|
174776
|
174777
|
174778
|
174779
|
174780
|
174781
|
174782
|
174821
|
174967