Bugzilla – Attachment 178726 Details for
Bug 36975
Allow MarcModificationTemplates to change the record source for a batch of records
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36975: (QA follow-up) fix permission issue for atomic update
Bug-36975-QA-follow-up-fix-permission-issue-for-at.patch (text/plain), 1.38 KB, created by
Arthur Suzuki
on 2025-02-26 13:40:51 UTC
(
hide
)
Description:
Bug 36975: (QA follow-up) fix permission issue for atomic update
Filename:
MIME Type:
Creator:
Arthur Suzuki
Created:
2025-02-26 13:40:51 UTC
Size:
1.38 KB
patch
obsolete
>From 32fa63f5267c4ca187cfc671fa1dec8b6d78421e Mon Sep 17 00:00:00 2001 >From: Arthur Suzuki <arthur.suzuki@biblibre.com> >Date: Wed, 26 Feb 2025 14:28:50 +0100 >Subject: [PATCH] Bug 36975: (QA follow-up) fix permission issue for atomic > update > >--- > installer/data/mysql/atomicupdate/bug_36975.pl | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_36975.pl > >diff --git a/installer/data/mysql/atomicupdate/bug_36975.pl b/installer/data/mysql/atomicupdate/bug_36975.pl >old mode 100644 >new mode 100755 >index 705b561aa1c..55609c9a301 >--- a/installer/data/mysql/atomicupdate/bug_36975.pl >+++ b/installer/data/mysql/atomicupdate/bug_36975.pl >@@ -7,7 +7,9 @@ return { > my ($args) = @_; > my ( $dbh, $out ) = @$args{qw(dbh out)}; > >- $dbh->do(q{ALTER TABLE `marc_modification_template_actions` MODIFY COLUMN `action` enum('delete_field', 'add_field', 'update_field', 'move_field', 'copy_field', 'copy_and_replace_field', 'set_record_source') NOT NULL AFTER `ordering`;}); >+ $dbh->do( >+ q{ALTER TABLE `marc_modification_template_actions` MODIFY COLUMN `action` enum('delete_field', 'add_field', 'update_field', 'move_field', 'copy_field', 'copy_and_replace_field', 'set_record_source') NOT NULL AFTER `ordering`;} >+ ); > say $out "Added new action type 'set_record_source'"; > }, > }; >-- >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 36975
:
167231
|
168014
| 178726