[Rt-commit] rt branch, 4.0/apply-scrips-to-multiple-queues, updated. rt-4.0.4-223-gde9d10e
Thomas Sibley
trs at bestpractical.com
Fri Sep 7 16:24:28 EDT 2012
The branch, 4.0/apply-scrips-to-multiple-queues has been updated
via de9d10ee07462467c2c0d2af4e9d89507b3b0a51 (commit)
from 647f208e5e148d773d3ad276256001eacd51ba81 (commit)
Summary of changes:
lib/RT/Record/ApplyAndSort.pm | 4 ++--
lib/RT/SearchBuilder/ApplyAndSort.pm | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit de9d10ee07462467c2c0d2af4e9d89507b3b0a51
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Sep 7 13:13:44 2012 -0700
Adjust POD header levels to match surrounding headers
diff --git a/lib/RT/Record/ApplyAndSort.pm b/lib/RT/Record/ApplyAndSort.pm
index 0f74917..20dfb57 100644
--- a/lib/RT/Record/ApplyAndSort.pm
+++ b/lib/RT/Record/ApplyAndSort.pm
@@ -378,7 +378,7 @@ sub TargetObj {
return $self->$method( $id );
}
-=head1 AppliedTo
+=head3 AppliedTo
Returns collection with objects target of this record is applied to.
Class of the collection depends on L</ObjectCollectionClass>.
@@ -406,7 +406,7 @@ sub AppliedTo {
return $res;
}
-=head1 NotAppliedTo
+=head3 NotAppliedTo
Returns collection with objects target of this record is not applied to.
Class of the collection depends on L</ObjectCollectionClass>.
diff --git a/lib/RT/SearchBuilder/ApplyAndSort.pm b/lib/RT/SearchBuilder/ApplyAndSort.pm
index 3837adb..b9b63d3 100644
--- a/lib/RT/SearchBuilder/ApplyAndSort.pm
+++ b/lib/RT/SearchBuilder/ApplyAndSort.pm
@@ -160,7 +160,7 @@ sub JoinTargetToApplied {
return $alias;
}
-=head3 JoinTargetToThis
+=head2 JoinTargetToThis
Joins target collection to this table using TargetField.
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list