dont fail with inconsistent changelogs

This commit is contained in:
j 2014-05-19 03:36:37 +02:00
commit b6866cb2be
6 changed files with 9 additions and 7 deletions

View file

@ -26,11 +26,11 @@ oml.ui.deleteItemsDialog = function() {
ids: items
}, function() {
oml.UI.set({listSelection: []});
Ox.Request.clearCache('find');
Ox.Request.clearCache(); // to much?
oml.$ui.list.updateElement();
});
});
return that;
};
};