Skip to content

Commit bbaf3b9

Browse files
committed
Fix rename coll. operation
1 parent 35503c4 commit bbaf3b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/js/mpg.collection.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ MPG.eventListeners.addRenameColl = function() {
7272

7373
if ( JSON.parse(response) === true ) {
7474
window.location.hash = '#' + MPG.databaseName;
75+
MPG.helpers.completeNavLinks(window.location.hash);
7576
MPG.reloadCollections(MPG.databaseName);
7677
}
7778

0 commit comments

Comments
 (0)