Bugzilla – Attachment 176651 Details for
Bug 38687
Batch extend due dates should be called Batch modify due dates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38687: update "batch modify due dates" and description "Modify the due date checkouts in batch"
Bug-38687-update-batch-modify-due-dates-and-descri.patch (text/plain), 6.15 KB, created by
Nicolas Hunstein
on 2025-01-16 12:15:02 UTC
(
hide
)
Description:
Bug 38687: update "batch modify due dates" and description "Modify the due date checkouts in batch"
Filename:
MIME Type:
Creator:
Nicolas Hunstein
Created:
2025-01-16 12:15:02 UTC
Size:
6.15 KB
patch
obsolete
>From b41b010212fc3d90f7ad42c90c9874c233245b3a Mon Sep 17 00:00:00 2001 >From: Nicolas Hunstein <nicolas.hunstein@bsz-bw.de> >Date: Thu, 16 Jan 2025 11:56:26 +0000 >Subject: [PATCH] Bug 38687: update "batch modify due dates" and description > "Modify the due date checkouts in batch" > >to test: >- go to Tool >- check designation and description of "batch modify due date" >- verify designation ist "batch modify due date" and description is "Modify the due date checkouts in batch" > >- apply patch >- verify instead of "batch modify due date" it is now "Batch modify due dates" and instead of "Modify the due date checkouts in batch" it is "Modify checkout due dates in batch" >--- > installer/data/mysql/mandatory/userpermissions.sql | 2 +- > koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc | 2 +- > .../prog/en/modules/tools/batch_extend_due_dates.tt | 8 ++++---- > .../intranet-tmpl/prog/en/modules/tools/tools-home.tt | 4 ++-- > 5 files changed, 10 insertions(+), 10 deletions(-) > >diff --git a/installer/data/mysql/mandatory/userpermissions.sql b/installer/data/mysql/mandatory/userpermissions.sql >index 1d8b7d034f..193a6f1208 100644 >--- a/installer/data/mysql/mandatory/userpermissions.sql >+++ b/installer/data/mysql/mandatory/userpermissions.sql >@@ -110,7 +110,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES > (13, 'import_patrons', 'Import patron data'), > (13, 'edit_patrons', 'Perform batch modification of patrons'), > (13, 'delete_anonymize_patrons', 'Delete old borrowers and anonymize circulation history (deletes borrower checkout history)'), >- (13, 'batch_extend_due_dates', 'Perform batch extend due dates'), >+ (13, 'batch_modify_due_dates', 'Perform batch modify due dates'), > (13, 'batch_upload_patron_images', 'Upload patron images in a batch or one at a time'), > (13, 'schedule_tasks', 'Schedule tasks to run'), > (13, 'items_batchmod', 'Perform batch modification of items'), >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >index 9d8cb5b910..d82e562544 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >@@ -532,9 +532,9 @@ > Delete old borrowers and anonymize circulation history (deletes borrower checkout history) > </span> > <span class="permissioncode">([% name | html %])</span> >- [%- CASE 'batch_extend_due_dates' -%] >+ [%- CASE 'batch_modify_due_dates' -%] > <span class="sub_permission batch_extend_due_dates_subpermission"> >- Perform batch extend due dates >+ Perform batch modify due dates > </span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'edit_calendar' -%] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >index b106cffbea..0b195b53f3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc >@@ -38,7 +38,7 @@ > <li><a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a></li> > [% END %] > [% IF ( CAN_user_tools_batch_extend_due_dates ) %] >- <li><a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch extend due dates</a></li> >+ <li><a href="/cgi-bin/koha/tools/batch_modify_due_dates.pl">Batch modify due dates</a></li> > [% END %] > [% IF ( CAN_user_tools_moderate_tags ) %] > <li><a href="/cgi-bin/koha/tags/review.pl">Tags</a></li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >index 0571a26bfb..2ae6a9f64e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >@@ -15,7 +15,7 @@ > [% ELSIF ( view == 'report' ) %] > [% t("Results") | html %] › > [% END %] >- [% t("Batch extend due dates") | html %] › >+ [% t("Batch modify due dates") | html %] › > [% t("Tools") | html %] › > [% t("Koha") | html %] > [% END %]</title> >@@ -35,11 +35,11 @@ > [% END %] > [% IF ( view == 'list' || view == 'report' ) %] > [% WRAPPER breadcrumb_item %] >- <a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch extend due dates</a> >+ <a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch modify due dates</a> > [% END %] > [% ELSE %] > [% WRAPPER breadcrumb_item bc_active= 1 %] >- <span>Batch extend due dates</span> >+ <span>Batch modify due dates</span> > [% END %] > [% END %] > [% IF ( view == 'list' ) %] >@@ -60,7 +60,7 @@ > <main> > [% INCLUDE 'messages.inc' %] > >- <h1>Batch extend due dates</h1> >+ <h1>Batch modify due dates</h1> > > [% IF ( messages ) %] > <div class="alert alert-info"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >index c63b73cbc8..209ca2f8f3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt >@@ -85,8 +85,8 @@ > [% END %] > > [% IF ( CAN_user_tools_batch_extend_due_dates ) %] >- <dt><a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch extend due dates</a></dt> >- <dd>Modify the due date checkouts in batch</dd> >+ <dt><a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch modify due dates</a></dt> >+ <dd>Modify checkout due dates in batch</dd> > [% END %] > > [% IF ( CAN_user_tools_moderate_tags ) %] >-- >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 38687
: 176651