delete entitiesDialog on close

This commit is contained in:
rolux 2014-12-22 22:21:59 +00:00
parent 07fac33b9a
commit b22b8c97d5

View file

@ -292,6 +292,13 @@ pandora.ui.entitiesDialog = function(options) {
} }
}); });
that.superClose = that.close;
that.close = function() {
Ox.Request.clearCache('findEntities');
that.superClose();
delete pandora.$ui.documentsDialog;
};
selectEntities(); selectEntities();
function addEntity() { function addEntity() {