You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The help for any filter below the first separator (--------) goes to the wrong help page.
This seems to happen in the mantidimaging/gui/windows/operations/view.py::open_help_webpage function, the currentIndex() no longer returns the correct index as we now have separators inside the list.
A crude fix for this was done in #821 but that will be contained only for the release branch.
Steps To Reproduce
Open Operations window
Select Divide
Click the ? for help
The web page opened will not be for the divide filter
Expected Behaviour
The help page should always be correct
Context
Failure Logs
Screenshot(s)
The text was updated successfully, but these errors were encountered:
Summary
The help for any filter below the first separator (
--------
) goes to the wrong help page.This seems to happen in the
mantidimaging/gui/windows/operations/view.py::open_help_webpage
function, thecurrentIndex()
no longer returns the correct index as we now have separators inside the list.A crude fix for this was done in #821 but that will be contained only for the release branch.
Steps To Reproduce
?
for helpExpected Behaviour
The help page should always be correct
Context
Failure Logs
Screenshot(s)
The text was updated successfully, but these errors were encountered: