Bugzilla – Attachment 87757 Details for
Bug 21891
Remove non-XSLT detail view in the staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21891: (follow-up) Update database to set blank values to "default"
Bug-21891-follow-up-Update-database-to-set-blank-v.patch (text/plain), 1.53 KB, created by
Owen Leonard
on 2019-04-11 11:06:59 UTC
(
hide
)
Description:
Bug 21891: (follow-up) Update database to set blank values to "default"
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-04-11 11:06:59 UTC
Size:
1.53 KB
patch
obsolete
>From fa27de30d5427a8f8104a57e2cd25a818279e511 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 11 Apr 2019 11:03:20 +0000 >Subject: [PATCH] Bug 21891: (follow-up) Update database to set blank values to > "default" > >This patch adds a database update which will update any blank values of >the XSLTDetailsDisplay system preference to "default." Although a blank >value will still result in the default XSLT view, it's more consistent >with the other XSLT preferences to use "default." > >To test, apply the patch and set the XSLTDetailsDisplay to a blank >value. Run the database update. The value of the XSLTDetailsDisplay >system preference should now be "default." >--- > .../data/mysql/atomicupdate/bug_21891-remove-non-xslt-detail.perl | 7 +++++++ > 1 file changed, 7 insertions(+) > create mode 100644 installer/data/mysql/atomicupdate/bug_21891-remove-non-xslt-detail.perl > >diff --git a/installer/data/mysql/atomicupdate/bug_21891-remove-non-xslt-detail.perl b/installer/data/mysql/atomicupdate/bug_21891-remove-non-xslt-detail.perl >new file mode 100644 >index 0000000..fd67848 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_21891-remove-non-xslt-detail.perl >@@ -0,0 +1,7 @@ >+$DBversion = 'XXX'; # will be replaced by the RM >+if( CheckVersion( $DBversion ) ) { >+ $dbh->do( "UPDATE systempreferences SET value = 'default' WHERE variable = 'XSLTDetailsDisplay' AND value = ''" ); >+ SetVersion( $DBversion ); >+ print "Upgrade to $DBversion done (Bug 29891 - Remove non-XSLT detail view in the staff client)\n"; >+} >+ >-- >2.1.4
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 21891
:
87664
|
87677
|
87757
|
87758