We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5afd223 + 9ed20c3 commit 5d9b751Copy full SHA for 5d9b751
lib/RT/CustomField.pm
@@ -723,7 +723,7 @@ sub DeleteValue {
723
return ($ok, $self->loc("Custom field value deleted"));
724
}
725
726
-=head2 ValidateValue Value
+=head2 ValidateValue VALUE
727
728
Make sure that the supplied value is valid
729
@@ -736,7 +736,7 @@ sub ValidateValue {
736
return $ret;
737
738
739
-=head2 ValidateQueue Queue
+=head2 ValidateName NAME
740
741
Make sure that the name specified is valid
742
@@ -751,7 +751,7 @@ sub ValidateName {
751
return $self->SUPER::ValidateName($value);
752
753
754
+=head2 ValidateQueue QUEUE
755
756
Make sure that the queue specified is a valid queue name
757
0 commit comments