Bugzilla – Attachment 141412 Details for
Bug 17499
Koha objects for messaging preferences
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17499: (QA follow-up) Fix POD errors
Bug-17499-QA-follow-up-Fix-POD-errors.patch (text/plain), 4.07 KB, created by
Lari Taskula
on 2022-10-06 12:02:46 UTC
(
hide
)
Description:
Bug 17499: (QA follow-up) Fix POD errors
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2022-10-06 12:02:46 UTC
Size:
4.07 KB
patch
obsolete
>From 4f9264d9f84fd66cf58f083ae0c333ceb3d9e7e8 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 8 Jul 2020 13:32:17 +0100 >Subject: [PATCH] Bug 17499: (QA follow-up) Fix POD errors > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Michal Denar <black23@gmail.com> >--- > Koha/Patron/Message/Attribute.pm | 2 +- > Koha/Patron/Message/Attributes.pm | 8 +++++++- > Koha/Patron/Message/Preferences.pm | 6 +++++- > Koha/Patron/Message/Transport/Preferences.pm | 6 +++++- > Koha/Patron/Message/Transport/Type.pm | 4 +++- > Koha/Patron/Message/Transport/Types.pm | 8 +++++++- > Koha/Patron/Message/Transports.pm | 8 +++++++- > 7 files changed, 35 insertions(+), 7 deletions(-) > >diff --git a/Koha/Patron/Message/Attribute.pm b/Koha/Patron/Message/Attribute.pm >index 8277e29c06..cd265460cd 100644 >--- a/Koha/Patron/Message/Attribute.pm >+++ b/Koha/Patron/Message/Attribute.pm >@@ -33,7 +33,7 @@ Koha::Patron::Message::Attribute - Koha Patron Message Attribute object class > > =cut > >-=head3 type >+=head3 _type > > =cut > >diff --git a/Koha/Patron/Message/Attributes.pm b/Koha/Patron/Message/Attributes.pm >index 9f8cbc9211..c647b1cf9f 100644 >--- a/Koha/Patron/Message/Attributes.pm >+++ b/Koha/Patron/Message/Attributes.pm >@@ -34,7 +34,9 @@ Koha::Patron::Message::Attributes - Koha Patron Message Attributes object class > > =cut > >-=head3 type >+=head2 Internal methods >+ >+=head3 _type > > =cut > >@@ -42,6 +44,10 @@ sub _type { > return 'MessageAttribute'; > } > >+=head3 object_class >+ >+=cut >+ > sub object_class { > return 'Koha::Patron::Message::Attribute'; > } >diff --git a/Koha/Patron/Message/Preferences.pm b/Koha/Patron/Message/Preferences.pm >index ce99ce005c..cfb7825798 100644 >--- a/Koha/Patron/Message/Preferences.pm >+++ b/Koha/Patron/Message/Preferences.pm >@@ -125,7 +125,7 @@ sub search_with_message_name { > return $self->SUPER::search($params, $attributes); > } > >-=head3 type >+=head3 _type > > =cut > >@@ -133,6 +133,10 @@ sub _type { > return 'BorrowerMessagePreference'; > } > >+=head3 object_class >+ >+=cut >+ > sub object_class { > return 'Koha::Patron::Message::Preference'; > } >diff --git a/Koha/Patron/Message/Transport/Preferences.pm b/Koha/Patron/Message/Transport/Preferences.pm >index f05c8b5b6c..a68a299bd1 100644 >--- a/Koha/Patron/Message/Transport/Preferences.pm >+++ b/Koha/Patron/Message/Transport/Preferences.pm >@@ -35,7 +35,7 @@ Preferences object class > > =cut > >-=head3 type >+=head3 _type > > =cut > >@@ -43,6 +43,10 @@ sub _type { > return 'BorrowerMessageTransportPreference'; > } > >+=head3 object_class >+ >+=cut >+ > sub object_class { > return 'Koha::Patron::Message::Transport::Preference'; > } >diff --git a/Koha/Patron/Message/Transport/Type.pm b/Koha/Patron/Message/Transport/Type.pm >index 74f4f5fefd..0c92758ead 100644 >--- a/Koha/Patron/Message/Transport/Type.pm >+++ b/Koha/Patron/Message/Transport/Type.pm >@@ -34,7 +34,9 @@ object class > > =cut > >-=head3 type >+=head2 Internal Methods >+ >+=head3 _type > > =cut > >diff --git a/Koha/Patron/Message/Transport/Types.pm b/Koha/Patron/Message/Transport/Types.pm >index 42203051cf..825868e444 100644 >--- a/Koha/Patron/Message/Transport/Types.pm >+++ b/Koha/Patron/Message/Transport/Types.pm >@@ -35,7 +35,9 @@ object class > > =cut > >-=head3 type >+=head2 Internal Methods >+ >+=head3 _type > > =cut > >@@ -43,6 +45,10 @@ sub _type { > return 'MessageTransportType'; > } > >+=head3 object_class >+ >+=cut >+ > sub object_class { > return 'Koha::Patron::Message::Transport::Type'; > } >diff --git a/Koha/Patron/Message/Transports.pm b/Koha/Patron/Message/Transports.pm >index e73085e5fa..8c5dd57cec 100644 >--- a/Koha/Patron/Message/Transports.pm >+++ b/Koha/Patron/Message/Transports.pm >@@ -34,7 +34,9 @@ Koha::Patron::Message::Transports - Koha Patron Message Transports object class > > =cut > >-=head3 type >+=head2 Internal Methods >+ >+=head3 _type > > =cut > >@@ -42,6 +44,10 @@ sub _type { > return 'MessageTransport'; > } > >+=head3 object_class >+ >+=cut >+ > sub object_class { > return 'Koha::Patron::Message::Transport'; > } >-- >2.25.1
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 17499
:
63427
|
63428
|
63429
|
63430
|
63431
|
63432
|
63433
|
63434
|
63786
|
63787
|
63788
|
63789
|
63790
|
63791
|
63792
|
63793
|
63801
|
63802
|
63803
|
63804
|
63805
|
63806
|
63807
|
63808
|
63809
|
63810
|
63811
|
63812
|
63878
|
63895
|
64035
|
64036
|
64037
|
64038
|
64039
|
64040
|
64041
|
64042
|
64043
|
64044
|
64795
|
66686
|
69434
|
69435
|
69458
|
91864
|
93863
|
93865
|
93872
|
94748
|
99479
|
99634
|
99668
|
99669
|
99670
|
103441
|
103442
|
103443
|
106653
|
106654
|
106655
|
106656
|
106657
|
107612
|
107613
|
107614
|
107615
|
107616
|
113010
|
113011
|
113127
|
113129
|
113686
|
113687
|
113765
|
113766
|
113767
|
113768
|
118452
|
118453
|
119470
|
119471
|
119472
|
119473
|
119474
|
119475
|
119476
|
119477
|
119478
|
119479
|
119480
|
119481
|
119482
|
119483
|
119484
|
119485
|
119486
|
119487
|
119488
|
119489
|
119490
|
119491
|
141408
|
141409
|
141410
|
141411
|
141412
|
141413
|
141414
|
141415
|
141416
|
141417
|
141418
|
146529
|
146530
|
146531
|
146532
|
146533
|
146534
|
146535
|
146536
|
146537
|
146538
|
146539
|
146540
|
151900
|
151901
|
151902
|
151903
|
151904
|
151905
|
151906
|
151907
|
151908
|
151909
|
151910
|
151911
|
151937
|
151938
|
151939
|
151940
|
151941
|
151942
|
151943
|
151944
|
151945
|
151946
|
151947
|
151948
|
155365
|
155366
|
155367
|
155368
|
155369
|
155370
|
155371
|
155372
|
155373
|
155374
|
155375
|
155376