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
We are trying to set maximum_annotations to a higher number then 1 (10), directly at project creation with ls.projects.create(maximum_annotations=10)
Although we can confirm that the value seems to be set correctly in the database, the functionality does not seem to work as expected --> The tasks gets flagged as completed after the first annotations is submitted.
But if we then update the project with a different value for maximum_annotations (e.g. 9) via ls.projects.update(id=id, maximum_annotations=9), the functionality works as expected.
Can you please look into this?
The text was updated successfully, but these errors were encountered:
Hello,
with the following setting
we encountered the following issue:
maximum_annotations
to a higher number then 1 (10), directly at project creation withls.projects.create(maximum_annotations=10)
maximum_annotations
(e.g. 9) vials.projects.update(id=id, maximum_annotations=9)
, the functionality works as expected.Can you please look into this?
The text was updated successfully, but these errors were encountered: