Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rtir
Commits
0658f07c
Commit
0658f07c
authored
Apr 01, 2014
by
Kevin Falcone
Browse files
Document Types, which was right next to the Queues method just added.
parent
917a3831
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lib/RT/IR.pm
lib/RT/IR.pm
+6
-0
No files found.
lib/RT/IR.pm
View file @
0658f07c
...
...
@@ -108,6 +108,12 @@ sub OurQueue {
return
$TYPE
{
lc
$queue
};
}
=head2 Types
Returns a list of valid L<TicketType>s
=cut
sub
Types
{
my
$self
=
shift
;
return
values
%TYPE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment