Skip to content

Commit 5d9b751

Browse files
Merge branch '5.0/customfield-doc-fix' into 5.0-trunk
2 parents 5afd223 + 9ed20c3 commit 5d9b751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/RT/CustomField.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ sub DeleteValue {
723723
return ($ok, $self->loc("Custom field value deleted"));
724724
}
725725

726-
=head2 ValidateValue Value
726+
=head2 ValidateValue VALUE
727727
728728
Make sure that the supplied value is valid
729729
@@ -736,7 +736,7 @@ sub ValidateValue {
736736
return $ret;
737737
}
738738

739-
=head2 ValidateQueue Queue
739+
=head2 ValidateName NAME
740740
741741
Make sure that the name specified is valid
742742
@@ -751,7 +751,7 @@ sub ValidateName {
751751
return $self->SUPER::ValidateName($value);
752752
}
753753

754-
=head2 ValidateQueue Queue
754+
=head2 ValidateQueue QUEUE
755755
756756
Make sure that the queue specified is a valid queue name
757757

0 commit comments

Comments
 (0)