Bug #8233
closedThere is no page refereshing and notification about stopping page refreshing
100%
Description
Recently I noticed that after running, stopping and running again jobs I do not observe any notifications about page refreshing or observe it only once. So I start the job senond time after stopping it and see only zero versicts page (safes - 0 and unsafes - 0) but to see the progress of solution I have to press f5. Also I does not see notifications any more that page is not refreshing automatically.
Updated by Vladimir Gratinskiy over 7 years ago
Yeah, the reason is with new filter in view - "Statistic attribute name". It is list of existed attributes of safes, unsafes and unknowns (if at least one checkbox of "Statistics/Safe", "Statistics/Unsafe", "Statistics/Unknown" with existing data is checked). If this list is empty, javascript failes collecting the selected attribute. This list is not updated automatically until the job status is changed (when the entire page is updated).
The first solution is to hide this filter. If you update the view when it is hidden, this filter will be deleted (if it was set before). To show the filter you have to update the page, or wait until the job status is changed, or find job with unsafes/safes/unknowns. If your view doesn't have "Statistics/Safe", "Statistics/Unsafe", "Statistics/Unknown", you have to enable it, save the view, update the page and then you can see list of attributes. Obviously it's bad solution.
So I'll just replace the list of attributes' names with text field. When the field is not filled, the statistic will not be shown even if checkboxes "Statistics/Safe", "Statistics/Unsafe", "Statistics/Unknown" are checked.
Updated by Evgeny Novikov over 7 years ago
- Priority changed from Urgent to Immediate
I consider this issue very important since everybody who conducts experiments are subjected to it. Hope that it will be fixed soon.
Updated by Vladimir Gratinskiy over 7 years ago
- Due date set to 06/07/2017
- Status changed from New to Resolved
- % Done changed from 0 to 100
It is already fixed in branch "unified-views". I can't do it in different branch as this bug closely connected with features I implemented in "unified-views".
Updated by Evgeny Novikov over 7 years ago
- Status changed from Resolved to Closed
I merged this branch for #6787.