[Rt-commit] rt branch, 4.2/validate-value-for-select-cf-2, repushed
Jim Brandt
jbrandt at bestpractical.com
Tue Feb 16 16:47:30 EST 2021
The branch 4.2/validate-value-for-select-cf-2 was deleted and repushed:
was f43da86a39ff63ea04479e71069e1123f19bbb77
now dbdbd18e5cb6ba17e61c458ecf4b078532c72880
1: f5d0c7d951 = 1: f5d0c7d951 Add test setting select CF to a value not in values list
2: 40f8cd4d5f ! 2: 9c0f214632 Ensure values for Select CFs are in the defined list
@@ -49,6 +49,7 @@
+ my $name = $cfv->Name;
+ return 1 if $name eq $value;
+ }
++ RT->Logger->info("'$value' is not a valid value for custom field " . $self->Name);
+ return 0;
+ }
+ }
3: 6beb64574e = 3: fc8c6c656c Set values for select CFs used in tests
4: f43da86a39 = 4: dbdbd18e5c Refine case-insensitive test for Select CF to use HasEntry
More information about the rt-commit
mailing list