Skip to content

Commit

Permalink
Merge branch '5.0/customfield-doc-fix' into 5.0-trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandtbuffalo committed Jan 30, 2024
2 parents 5afd223 + 9ed20c3 commit 5d9b751
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/RT/CustomField.pm
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ sub DeleteValue {
return ($ok, $self->loc("Custom field value deleted"));
}

=head2 ValidateValue Value
=head2 ValidateValue VALUE
Make sure that the supplied value is valid
Expand All @@ -736,7 +736,7 @@ sub ValidateValue {
return $ret;
}

=head2 ValidateQueue Queue
=head2 ValidateName NAME
Make sure that the name specified is valid
Expand All @@ -751,7 +751,7 @@ sub ValidateName {
return $self->SUPER::ValidateName($value);
}

=head2 ValidateQueue Queue
=head2 ValidateQueue QUEUE
Make sure that the queue specified is a valid queue name
Expand Down

0 comments on commit 5d9b751

Please sign in to comment.