Opened 10 years ago
Closed 10 years ago
#722 closed defect (fixed)
The count for Gene report wizard doesn't decrease after starting gene report
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v3.0 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The counter checks the number of raw bioassays that doesn't have a genereport.pdf and since this is not available until the report has been created the counter is not decreased immediately.
This is a bit confusing since in all other wizards the number is decreased immediately.
Change History (2)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [3051]) Fixes #722 and references #717.
Thanks to the new auto-confirmation service (#717) the case when a gene report job fails can be handled gracefully. The auto-confirmation service now includes a check for failed jobs and automatically removed the "temporary" link to the job and marks the raw bioassay with AutoProcessing=ReProcess
.
(In [3048]) References #722: The count for Gene report wizard doesn't decrease after starting gene report
This solves the counter issue by creating a temporary link to the Job with the name 'genereport.pdf'. The drawback is that if the job fails the raw bioassays will not show up for gene reporting again... but I'll see if I can think of a way to solve this.