Ticket #6637 (assigned)
Fix hack for WorkspaceHistory::lastAlgorithm() properly
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
There is currently a "hack" in Algorithm::fromString() (lines 877 onwards) to allow some algorithms to be generated for a history record of themselves. Examples are Load & Fit that must have certain properties set first in order for the additional properties to appear.
The current hack only works for Filename properties and a more general fix is required. This will probably require a new method on algorithm to return a std::list of properties that should be set first (in that order).
Change History
comment:2 Changed 7 years ago by Nick Draper
- Owner set to Martyn Gigg
- Status changed from new to assigned
comment:3 Changed 7 years ago by Martyn Gigg
- Milestone changed from Release 2.6 to Release 2.7
Batch move to 2.7
Note: See
TracTickets for help on using
tickets.
Moved to r2.6 at the end of r2.5