forked from 0x2620/pandora
clear autocomplete after infopage edit
This commit is contained in:
parent
6c013ebc92
commit
803dcc6382
1 changed files with 2 additions and 0 deletions
|
@ -503,6 +503,8 @@ pandora.ui.infoView = function(data) {
|
|||
Ox.Request.clearCache(); // fixme: too much
|
||||
pandora.UI.set({item: result.data.id});
|
||||
pandora.$ui.browser.value(data.id, 'id', result.data.id);
|
||||
} else {
|
||||
Ox.Request.clearCache('autocomplete');
|
||||
}
|
||||
pandora.updateItemContext();
|
||||
pandora.$ui.browser.value(result.data.id, key, result.data[key]);
|
||||
|
|
Loading…
Reference in a new issue