Moving a data node inside the datamanager leads to a crash of the workbench.
Confirmed on Ubuntu 14.04
Description
Description
Related Objects
Related Objects
Event Timeline
Comment Actions
The crash occures when calling the method beforeRemoveRows. First suggestion is, that the new implemented QmitkDataStorageProxyModel should react on the signal rowsAboutToBeRemoved()which is emitted by beforeRemoveRows inside the QmitkDataStorageTreeModel.
Comment Actions
The problem does not occur on c9776ad3 - before usage of predicates has been removed in TreeModel.