EdinburghGenomics / pyclarity-lims

Python interface to the GenoLogics LIMS server via its REST API.
MIT License
11 stars 4 forks source link

UDFDictionary require Date object when type is date #14

Open tcezard opened 6 years ago

tcezard commented 6 years ago

That's definitely too restrictive and causes inconsistencies. When the UDF does not exist in the dictionary the type is not set which mean no check is performed, setting a string works then. If the UDF exist then the check is performed and the input value needs to be a date.