Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locked / Readonly state of Items is tracked in views instead of Items #3132

Open
HeuristicLab-Trac-Bot opened this issue Jul 17, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@HeuristicLab-Trac-Bot
Copy link
Collaborator

Issue migrated from trac ticket # 3132

milestone: HeuristicLab 3.3.17 | component: Core | priority: medium

2021-07-17 19:28:43: @gkronber created the issue


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:

  1. Select BestKnownQuality parameter
  2. Start the algorithm --> the view for the parameter is locked
  3. Open another view for the BestKnownQuality parameter by double-clicking the ViewHost icon
  4. The value is locked in the new view (when the algorithm is still running)
  5. When the algorithm stops the view for BestKnownQuality is unlocked.
  6. However, the second view is still locked (expected: all views should be unlocked when the item is unlocked)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants