Bugzilla – Attachment 165533 Details for
Bug 36206
Administrative plugins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36206: (follow-up) Fix Typos
Bug-36206-follow-up-Fix-Typos.patch (text/plain), 1.52 KB, created by
Martin Renvoize (ashimema)
on 2024-04-25 12:14:03 UTC
(
hide
)
Description:
Bug 36206: (follow-up) Fix Typos
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-04-25 12:14:03 UTC
Size:
1.52 KB
patch
obsolete
>From b72607ad8ba307693efb567cc21314351ad9e827 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 25 Apr 2024 13:13:30 +0100 >Subject: [PATCH] Bug 36206: (follow-up) Fix Typos > >--- > installer/data/mysql/atomicupdate/bug_36206.pl | 2 +- > koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_36206.pl b/installer/data/mysql/atomicupdate/bug_36206.pl >index c371d51ac21..f159879a9bb 100755 >--- a/installer/data/mysql/atomicupdate/bug_36206.pl >+++ b/installer/data/mysql/atomicupdate/bug_36206.pl >@@ -14,7 +14,7 @@ return { > ); > > if ( $permission_added == 1 ) { >- say $out "Added new permission 'edit_any_item'"; >+ say $out "Added new permission 'plugins_admin'"; > } > }, > }; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >index 205f6afcfee..c5ad0c54a9e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >@@ -739,7 +739,7 @@ > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'admin' -%] > <span class="sub_permission admin_subpermission"> >- Use adminitstrative plugins >+ Use administrative plugins > </span> > <span class="permissioncode">([% name | html %])</span> > [%- CASE 'delete_public_lists' -%] >-- >2.44.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 36206
:
162615
|
162639
|
162640
|
162641
|
162779
|
162780
|
162781
|
162782
|
162783
|
163270
|
163271
|
163272
|
163273
|
163274
| 165533 |
165534
|
165695