You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However UdfDictionaryDescriptor does not have a __set__ method so it does not get set.
Adding one that iterate over the provided dict and populate the UdfDictionary should be easy.
Feel free to give it a go if you want.
tcezard
pushed a commit
to EdinburghGenomics/pyclarity-lims
that referenced
this issue
Feb 17, 2017
When creating a new sample, how can you pass initial UDFs?
We have set up LIMS to require some UDFs on sample level so I can't create the sample before setting the correct UDFs.
I tried to look into setting up a
UdfDictionary
but it requires an instance of theSample
which is what I'm trying to create 😅The text was updated successfully, but these errors were encountered: