summaryrefslogtreecommitdiffstats
path: root/Bugzilla/FlagType.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-08-01 21:20:40 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-08-01 21:21:18 +0200
commitb395ba041e097b0120e61302859f138c7be68eca (patch)
tree5fd67b55e1a0da2a0a2e91d2a80055f55f707554 /Bugzilla/FlagType.pm
parent56b5023bd1f633b14fb520a2e02188640a901161 (diff)
downloadbugzilla-b395ba041e097b0120e61302859f138c7be68eca.tar.gz
bugzilla-b395ba041e097b0120e61302859f138c7be68eca.tar.xz
Fixed t/011pod.t errors on my development system
Diffstat (limited to 'Bugzilla/FlagType.pm')
-rw-r--r--Bugzilla/FlagType.pm44
1 files changed, 31 insertions, 13 deletions
diff --git a/Bugzilla/FlagType.pm b/Bugzilla/FlagType.pm
index 3325c8c5c..8c958f5ce 100644
--- a/Bugzilla/FlagType.pm
+++ b/Bugzilla/FlagType.pm
@@ -667,6 +667,8 @@ by the query.
=back
+=end private
+
=cut
sub sqlify_criteria {
@@ -745,32 +747,48 @@ sub sqlify_criteria {
push(@criteria, "(flagtypes.grant_group_id = $gid " .
" OR flagtypes.request_group_id = $gid)");
}
-
+
return @criteria;
}
1;
-=end private
-
-=head1 SEE ALSO
+=head1 B<Methods in need of POD>
=over
-=item B<Bugzilla::Flags>
+=item exclusions_as_hash
-=back
+=item request_group_id
-=head1 CONTRIBUTORS
+=item set_is_active
-=over
+=item set_is_multiplicable
-=item Myk Melez <myk@mozilla.org>
+=item inclusions_as_hash
-=item Kevin Benton <kevin.benton@amd.com>
+=item set_sortkey
-=item Frédéric Buclin <LpSolit@gmail.com>
+=item grant_group_id
-=back
+=item set_cc_list
-=cut
+=item set_request_group
+
+=item set_name
+
+=item set_is_specifically_requestable
+
+=item set_grant_group
+
+=item create
+
+=item set_clusions
+
+=item set_description
+
+=item set_is_requestable
+
+=item update
+
+=back