View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000497 | Slicer3 | GUI | public | 2009-03-08 12:26 | 2010-04-21 14:05 |
Reporter | inorton | Assigned To | millerjv | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0000497: Resample Volume output needs Modified flag | ||||
Description | The module Filter->"Resample Scalar/Volume/DWI Volume" does not set the Modified flag for output volumes. Also, the output directory field is empty. Thus when the scene is saved, the output volumes are not saved (without intervention). This may be because the output is in a temp directory somewhere. This is obviously problematic for scene integrity. | ||||
Tags | No tags attached. | ||||
I'll take care of setting the modified flag. |
|
I've noticed this with other CLI code too - I think the issue is that the output of the module is read from a temp directory and thus it is considered 'unmodified' when it really is a new piece of data. I think the CommandLineModuleLogic should be setting the ModifiedSinceRead flag. A possible complication is that the CommandLineModule only /requests/ the read, which is actually done by the ApplicationLogic so there may be some extra state that needs to get passed. |
|
Fixed in svn 12862. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2009-03-08 12:26 | inorton | New Issue | |
2009-03-13 10:51 | inorton | Note Added: 0000705 | |
2009-03-16 06:50 | pieper | Note Added: 0000707 | |
2009-03-16 06:50 | pieper | Assigned To | => millerjv |
2009-03-16 06:50 | pieper | Status | new => assigned |
2010-03-23 10:34 | pieper | Tag Attached: 3.6 Targeted fix | |
2010-04-21 14:05 | nicole | Note Added: 0001617 | |
2010-04-21 14:05 | nicole | Status | assigned => closed |
2010-04-21 14:05 | nicole | Resolution | open => fixed |
2013-01-27 12:21 | jcfr | Tag Detached: 3.6 Targeted fix |