[Bps-public-commit] rt-extension-rest2 branch, custom-field-handling-improvements, repushed
Aaron Trevena
ast at bestpractical.com
Fri Feb 28 09:35:56 EST 2020
The branch custom-field-handling-improvements was deleted and repushed:
was de47b37ac89fa2312cf50e57a1c042172608e9e4
now 8f50238a9a2d8c48ec748613bd291cf7cc5654b4
1: 0f2f2b6 ! 1: 5861432 Treat CustomFields in a manner that is more consistent to other object types
@@ -45,6 +45,7 @@
- $data{CustomFields} = \%values;
+ push @{ $data{CustomFields} }, values %values;
++ $data{CustomFieldsValues} = { map { $_ => $values{$_}{values} } keys %values };
}
return \%data;
}
2: de47b37 ! 2: bbf999c New and updated Tests for CustomFields handling
@@ -425,3 +425,4 @@
}
done_testing;
+
-: ------- > 3: 1b7f653 When creating an object, allow CustomFields to use names
-: ------- > 4: 8f50238 Tests for creating an object with custom fields specified by name
More information about the Bps-public-commit
mailing list