Task #5301 (closed)
Opened 8 years ago
Closed 8 years ago
BUG: Script UI params ignored
Reported by: | wmoore | Owned by: | jburel |
---|---|---|---|
Priority: | critical | Milestone: | OMERO-Beta4.3 |
Component: | Insight | Version: | n.a. |
Keywords: | n.a. | Cc: | saloynton |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | 2011-05-19 (12) |
Description (last modified by wmoore)
It seems that the Insight UI ignores the values that are added into list, drop-down-option and number parameters and these are not passed on to the script.
E.g. Batch_Image_Export.py - Channel Names: If this parameter is filled out with a couple of names and Z-section is filled with a number, the script is run - the log (which shows the parameter map) has no Channel_Names parameter or Z-Index parameter.
E.g. Combine_Images.py - Choose 'Manually Define Dimensions" and then choose options for the various dimensions below. These don't show up in the log file of printed parameters.
Change History (4)
comment:1 Changed 8 years ago by wmoore
- Description modified (diff)
- Summary changed from BUG: Script list params ignored to BUG: Script UI params ignored
comment:2 Changed 8 years ago by wmoore
- Description modified (diff)
comment:3 Changed 8 years ago by jburel
- Remaining Time set to 0.2
- Sprint set to 2011-05-19 (12)
- Status changed from new to accepted
comment:4 Changed 8 years ago by jburel <j.burel@…>
- Remaining Time changed from 0.2 to 0
- Resolution set to fixed
- Status changed from accepted to closed
(In [b8efe2ec1e01a1d4182c25450e19be356660b572/ome.git] on branch develop) Pass all parameters to script (close #5301)