Skip to content
Commit a0be7d02 authored by Duncan McNamara's avatar Duncan McNamara Committed by Nicolas Pomepuy
Browse files

Bookmarks: fix name update after rename

The adapter update causing the ui update after a rename is triggered by
the observer on the BookmarkModel dataset, by then the dataset has
already changed, and the DiffUtilAdapter will compare the dataset and
the new BookmarkList which are equal. To trigger the name update the
adapter.update must be called before the BookmarkModel.refresh that
actuates the dataset, when dataset and the new bookmark list are still
different.

Closes #2177
parent c7846a6b
Loading
Loading
Loading
Pipeline #140847 passed with stage
in 4 minutes and 44 seconds
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