Bugzilla – Attachment 85730 Details for
Bug 21846
Using emoji as tags doesn't discriminate between emoji when calculating weights or searching
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21846: (QA follow-up) Fix maintenance script path
Bug-21846-QA-follow-up-Fix-maintenance-script-path.patch (text/plain), 1.15 KB, created by
Tomás Cohen Arazi (tcohen)
on 2019-02-26 18:41:18 UTC
(
hide
)
Description:
Bug 21846: (QA follow-up) Fix maintenance script path
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-02-26 18:41:18 UTC
Size:
1.15 KB
patch
obsolete
>From 6cf74c052cebe7f2db59ad926e4df61feb9a0767 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 26 Feb 2019 15:41:02 -0300 >Subject: [PATCH] Bug 21846: (QA follow-up) Fix maintenance script path > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > installer/data/mysql/atomicupdate/bug_21846.perl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_21846.perl b/installer/data/mysql/atomicupdate/bug_21846.perl >index 1c41f3f0d4..7f168defc3 100644 >--- a/installer/data/mysql/atomicupdate/bug_21846.perl >+++ b/installer/data/mysql/atomicupdate/bug_21846.perl >@@ -23,6 +23,6 @@ if( CheckVersion( $DBversion ) ) { > > SetVersion( $DBversion ); > print "Upgrade to $DBversion done (Bug 21846 - Using emoji as tags has broken weights)\n"; >- my $maintenance_script = C4::Context->config("intranetdir") . "misc/maintenance/fix_tags_weight.pl"; >+ my $maintenance_script = C4::Context->config("intranetdir") . "/misc/maintenance/fix_tags_weight.pl"; > print "WARNING: (Bug 21846) You need to manually run $maintenance_script to fix possible issues with tags.\n"; > } >-- >2.21.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 21846
:
82621
|
82622
|
82623
|
83717
|
83759
|
83760
|
83761
|
83762
|
85730
|
85740
|
85741
|
85758
|
85759
|
85760
|
85761
|
85762
|
85763
|
85764