[Rt-commit] rt branch, 4.4/custom-field-validate-value-callback, repushed
? sunnavy
sunnavy at bestpractical.com
Mon May 17 13:17:06 EDT 2021
The branch 4.4/custom-field-validate-value-callback was deleted and repushed:
was 36d4912aa2b473ce1e908c2d5b44b9d3bf58cadc
now 135410c8e5ecb5fe2eb00d5c60da8d5aa44c4710
1: 36d4912aa2 ! 1: 135410c8e5 Add ValidateValue callback in ValidateCustomFields
@@ -27,6 +27,7 @@
+ if ( $invalid ) {
+ $m->notes( 'InvalidField-' . $CF->Id => $invalid_message );
++ push @res, $CF->Name . ': ' . $invalid_message;
+ $valid = 0;
+ next;
+ }
More information about the rt-commit
mailing list