Opened 3 years ago
#3132 new enhancement
Locked / Readonly state of Items is tracked in views instead of Items
Reported by: | gkronber | Owned by: | architects |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Views for items may be locked or set to readonly to prevent changes e.g. while an algorithm is running.
HL allows multiple active views for the same item. This can lead to inconsistent lock states for views.
For instance for the GA - TSP sample:
- Select BestKnownQuality parameter
- Start the algorithm --> the view for the parameter is locked
- Open another view for the BestKnownQuality parameter by double-clicking the ViewHost icon
- The value is locked in the new view (when the algorithm is still running)
- When the algorithm stops the view for BestKnownQuality is unlocked.
- However, the second view is still locked (expected: all views should be unlocked when the item is unlocked)
Note: See
TracTickets for help on using
tickets.