Opened 7 years ago

Closed 7 years ago

#5 closed defect (fixed)

writing database not available if datetime is empty or unknown

Reported by: zhangjr Owned by: somebody
Priority: major Milestone:
Component: component1 Version:
Keywords: Cc:
Blocked By: Blocking:
Parent ID: Parent Tickets:
Estimated Number of Hours: 0.0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0

Description


Subtickets

Change History (2)

comment:1 Changed 7 years ago by zhangjr

if startDatetime=="unkonwn" or endDatetime=="unkonwn":

entities='[{"Dataset":{"investigation":{"id":investigationId},"sample":{"id":sampleId},"type":{"id":datasetTypeId},"complete":true,"location":"dataLocation", "name":"datasetName","description":"dataDescription"}}]'

else:

entities='[{"Dataset":{"investigation":{"id":investigationId},"sample":{"id":sampleId},"type":{"id":datasetTypeId},"complete":true,"location":"dataLocation", "name":"datasetName","startDate":"startDatetime","endDate":"endDatetime","description":"dataDescription"}}]'

comment:2 Changed 7 years ago by zhangjr

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.