[Rt-commit] rtir branch, 5.0/use-core-custom-field-default-values, repushed
Craig Kaiser
craig at bestpractical.com
Wed Jun 3 17:53:25 EDT 2020
The branch 5.0/use-core-custom-field-default-values was deleted and repushed:
was 5c3b9cc3a5335aa1038bc943b9471dc9bc6e5ced
now 3d13b147a7ebfe53e4c44875db410633b1648e9d
1: 806d4cb1 ! 1: fb3a29c1 Use core default values instead of RTIR_CustomFieldsDefaults config
@@ -44,7 +44,7 @@
+ my $custom_field_defaults = RT->Config->Get('RTIR_CustomFieldsDefaults') || ();
+
+ foreach my $cf_name ( keys %{$custom_field_defaults} ) {
-+ next if $cf_name eq 'Resolution';
++ next if ref $cf_name eq 'HASH';
+
+ my ($ret, $msg) = $custom_field->LoadByName( Name => $cf_name );
+ unless ( $ret ) {
2: 5c3b9cc3 = 2: 3d13b147 Update tests to use core default CF values feature
More information about the rt-commit
mailing list