Skip to content
Snippets Groups Projects
Commit 55ad2798 authored by Nick Draper's avatar Nick Draper
Browse files

Reslove MonitorData not showing in the workbench algorithm details box

This was due to:
1. Too long a default UpdateEvery default
2. Too infrequest progress updates from MonitorLiveData
3. The Algorithm Details box not adding an algorithm until it sends a progress update
4. The StartLiveData custom Dialog not showing the default for UpdateEvery

Fixes:
1. Decreased the default UpdateEvery from 60 to 30 seconds
2. Change the default timeout for FakeISISHistongramDAE from 30 to 60s
3. improved the progress logging for MonitorLivedata to update more frequently with an idle counter as well.
4. Changed the tie function used in custom algorithm dialogs to set the placeholder text for line edits
5. Changed the log level for user cancelling of algorithms from Error to warning so it does not trigger the notification service
6. Changed the log message for user cancellation from Terminated to cancelled to reduce confusion

re #27077
parent 2e9a3d52
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment