Opened 13 years ago
Closed 13 years ago
#685 closed (fixed)
Multiple file selection does not work
Reported by: | Fredrik Levander | Owned by: | Gregory Vincic |
---|---|---|---|
Milestone: | Proteios 2.13.0 | Keywords: | |
Cc: |
Description
If multiple files are selected and the Externsions->Mascot Search: Multiple selection works if selecting parameter file and starting search directly, but not if selecting edit parameters before search. In the later case only the last file will be searched.
Change History (3)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixes #685. Multiple file selection now works. This commit also modifies the job name such that it states 'Mascot search: _name of parameter set_'. The TextField?? class got a new constructor for easy construction with default value. HtmlTagWriter?? was fixed so indentation works nicely. Action classes have been partly refactored aswell.
(In [3767]) Refs #685. Refactoring action class ViewActiveMascotParameterSetStorage?