archiveSelection: invalidate article cache
This commit is contained in:
parent
e1050aec22
commit
a12eb9c327
|
@ -1366,7 +1366,7 @@ function deleteSelection() {
|
|||
} });
|
||||
|
||||
} catch (e) {
|
||||
exception_error("archiveSelection", e);
|
||||
exception_error("deleteSelection", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1411,6 +1411,10 @@ function archiveSelection() {
|
|||
|
||||
debug(query);
|
||||
|
||||
for (var i = 0; i < rows.length; i++) {
|
||||
cache_invalidate(rows[i]);
|
||||
}
|
||||
|
||||
new Ajax.Request(query, {
|
||||
onComplete: function(transport) {
|
||||
viewCurrentFeed();
|
||||
|
|
Loading…
Reference in New Issue