Details
-
Bug
-
Resolution: Fixed
-
Critical
-
5.1
-
None
Description
To reproduce
- Create a search favourite in e.g. pages
- Close the app
- Launch the newly created favourite
A normal query is run instead of the stored search.
The problem lies in info.magnolia.ui.workbench.WorkbenchPresenter.resynch(..) line #260 where the equality operator is called between two Strings (they used to be ViewType objects)
Checklists
Acceptance criteria