forked from 0x2620/pandora
delete entitiesDialog on close
This commit is contained in:
parent
07fac33b9a
commit
b22b8c97d5
1 changed files with 7 additions and 0 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue