Bugzilla – Attachment 167909 Details for
Bug 33260
Show message queue on staff interface and make notices printable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33260: Add view_generated_notices user permission
Bug-33260-Add-viewgeneratednotices-user-permission.patch (text/plain), 4.06 KB, created by
Aleisha Amohia
on 2024-06-20 00:12:56 UTC
(
hide
)
Description:
Bug 33260: Add view_generated_notices user permission
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2024-06-20 00:12:56 UTC
Size:
4.06 KB
patch
obsolete
>From 1e4b5a14df6b81da9c37531c8a6b34cdb20a252a Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 20 Mar 2023 22:51:55 +0000 >Subject: [PATCH] Bug 33260: Add view_generated_notices user permission > >Signed-off-by: Laura Escamilla <laura.escamilla@bywatersolutions.com> >Signed-off-by: kelly <kelly@bywatersolutions.com> >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > ...dd_tools_view_generated_notices_permission.pl | 16 ++++++++++++++++ > .../data/mysql/mandatory/userpermissions.sql | 1 + > .../prog/en/includes/permissions.inc | 5 +++++ > t/Koha/Auth/Permissions.t | 1 + > 4 files changed, 23 insertions(+) > create mode 100755 installer/data/mysql/atomicupdate/bug_33260_-_add_tools_view_generated_notices_permission.pl > >diff --git a/installer/data/mysql/atomicupdate/bug_33260_-_add_tools_view_generated_notices_permission.pl b/installer/data/mysql/atomicupdate/bug_33260_-_add_tools_view_generated_notices_permission.pl >new file mode 100755 >index 00000000000..e2d9f58d9fb >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_33260_-_add_tools_view_generated_notices_permission.pl >@@ -0,0 +1,16 @@ >+use Modern::Perl; >+ >+return { >+ bug_number => "33260", >+ description => "Show message queue on staff interface and make notices printable", >+ up => sub { >+ my ($args) = @_; >+ my ( $dbh, $out ) = @$args{qw(dbh out)}; >+ >+ $dbh->do( >+ q{ INSERT IGNORE INTO permissions (module_bit, code, description) VALUES (13, 'view_generated_notices', 'View and print generated notices') } >+ ); >+ >+ say $out "Added user permission view_generated_notices"; >+ }, >+}; >diff --git a/installer/data/mysql/mandatory/userpermissions.sql b/installer/data/mysql/mandatory/userpermissions.sql >index 4b5c8ebe2cb..06eef2943e1 100644 >--- a/installer/data/mysql/mandatory/userpermissions.sql >+++ b/installer/data/mysql/mandatory/userpermissions.sql >@@ -98,6 +98,7 @@ INSERT INTO permissions (module_bit, code, description) VALUES > (13, 'moderate_comments', 'Moderate patron comments'), > (13, 'edit_notices', 'Define notices'), > (13, 'edit_notice_status_triggers', 'Set notice/status triggers for overdue items'), >+ (13, 'view_generated_notices', 'View and print generated notices'), > (13, 'edit_quotes', 'Edit quotes for quote-of-the-day feature'), > (13, 'view_system_logs', 'Browse the system logs'), > (13, 'inventory', 'Perform inventory (stocktaking) of your catalog'), >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >index b8f2c2b0400..4d2eb8dfc79 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc >@@ -547,6 +547,11 @@ > Define notices > </span> > <span class="permissioncode">([% name | html %])</span> >+ [%- CASE 'view_generated_notices' -%] >+ <span class="sub_permission view_generated_notices_subpermission"> >+ View and print generated notices >+ </span> >+ <span class="permissioncode">([% name | html %])</span> > [%- CASE 'edit_patrons' -%] > <span class="sub_permission edit_patrons_subpermission"> > Perform batch modification of patrons >diff --git a/t/Koha/Auth/Permissions.t b/t/Koha/Auth/Permissions.t >index 9662f5ba3b9..b7e95e699a8 100755 >--- a/t/Koha/Auth/Permissions.t >+++ b/t/Koha/Auth/Permissions.t >@@ -255,6 +255,7 @@ subtest 'superlibrarian tests' => sub { > 'CAN_user_tools_edit_calendar' => 1, > 'CAN_user_tools_edit_notice_status_triggers' => 1, > 'CAN_user_tools_edit_notices' => 1, >+ 'CAN_user_tools_view_generated_notices' => 1, > 'CAN_user_tools_edit_patrons' => 1, > 'CAN_user_tools_edit_quotes' => 1, > 'CAN_user_tools_export_catalog' => 1, >-- >2.39.2
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 33260
:
148437
|
148438
|
148439
|
148440
|
148943
|
149009
|
149413
|
149581
|
149593
|
149594
|
149595
|
149596
|
149597
|
149598
|
150346
|
150347
|
154927
|
154928
|
157383
|
157384
|
157385
|
157386
|
158852
|
158853
|
158854
|
158855
|
162570
|
162571
|
162572
|
162573
|
162574
|
162624
|
162625
|
162677
|
162678
|
162679
|
162680
|
162681
|
164783
|
164784
|
164785
|
164786
|
164787
|
165238
|
165239
|
165717
|
165939
|
165946
|
165947
|
165948
|
165949
|
165950
|
165951
|
166020
|
166178
|
166335
|
166336
|
166337
|
166338
|
166339
|
166340
|
166341
|
166342
|
166343
|
166344
|
166345
|
166362
|
166363
|
166364
|
166365
|
166366
|
166367
|
166368
|
166369
|
166370
|
166371
|
166372
|
166373
|
167909
|
167910
|
167911
|
167912
|
167913
|
167914
|
167915
|
167916
|
167917
|
167918
|
167919
|
167920
|
172247
|
172248
|
172303
|
172307
|
172308
|
172309
|
172310
|
172311
|
172312
|
172313
|
172314
|
172315
|
172316
|
172317
|
172318
|
172319
|
172320
|
172321
|
172322
|
172342
|
172343
|
172344
|
172345
|
172346
|
172347
|
172348
|
172349
|
172350
|
172351
|
172352
|
172353
|
172354
|
172355
|
172356
|
172357
|
172358
|
172359
|
172379
|
175501
|
175502
|
175503
|
175504
|
175505
|
175506
|
175507
|
175508
|
175509
|
175510
|
175511
|
175512
|
175513
|
175514
|
175515
|
175516
|
175517
|
175518
|
175519
|
175520
|
175521
|
175522
|
175523
|
175524
|
175525
|
175530
|
175537
|
175538
|
175539
|
175540
|
175541
|
175542
|
175543
|
175544
|
175545
|
175546
|
175547
|
175548
|
175549
|
175550
|
175551
|
175552
|
175553
|
175554
|
175555
|
175556
|
175557
|
175558
|
175559
|
175560
|
175561
|
175562
|
175563
|
175730
|
175731
|
175732
|
175733
|
175734
|
175735
|
175736
|
175737
|
175738
|
175739
|
175740
|
175741
|
175742
|
175743
|
175744
|
175745
|
175746
|
175747
|
175748
|
175749
|
175750
|
175751
|
175752
|
175753
|
175754
|
175755
|
175756
|
178733
|
178734
|
178735
|
178736
|
178737
|
178738
|
178739
|
178740
|
178741
|
178742
|
178743
|
178744
|
178745
|
178746
|
178747
|
178748
|
178749
|
178750
|
178751
|
178752
|
178753
|
178754
|
178755
|
178756
|
178757
|
178758
|
178759