summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Stellwag <burned@zerties.org>2017-10-18 19:55:30 +0200
committerBernd Stellwag <burned@zerties.org>2017-10-27 15:23:39 +0200
commit844db3c891c10d575728742eef69945c807c9472 (patch)
tree330819001e0567d7152432060881db3a60e07a62
parent3e3e4899fa2ae5a35ea4db9e526c49b93d02d613 (diff)
downloadnextcloud-server-844db3c891c10d575728742eef69945c807c9472.tar.gz
nextcloud-server-844db3c891c10d575728742eef69945c807c9472.zip
bugfix: set/change page title when switching to file tags
Signed-off-by: Bernd Stellwag <burned@zerties.org>
-rw-r--r--apps/systemtags/js/systemtagsfilelist.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/systemtags/js/systemtagsfilelist.js b/apps/systemtags/js/systemtagsfilelist.js
index a40eb548d9f..ad6bf7dd78d 100644
--- a/apps/systemtags/js/systemtagsfilelist.js
+++ b/apps/systemtags/js/systemtagsfilelist.js
@@ -234,6 +234,9 @@
},
reload: function() {
+ // there is only root
+ this._setCurrentDir('/', false);
+
if (!this._systemTagIds.length) {
// don't reload
this.updateEmptyContent();