Fix missing pad title in notifications

This commit is contained in:
yflory
2019-07-04 15:51:29 +02:00
parent d41b314e4d
commit df5090eaef
3 changed files with 14 additions and 4 deletions

View File

@@ -123,7 +123,10 @@ define([
common.setPadAttribute('fileType', metadata.type);
}
toolbar.addElement(['pageTitle'], {pageTitle: title});
toolbar.addElement(['pageTitle'], {
pageTitle: title,
title: Title.getTitleConfig(),
});
toolbar.$rightside.append(common.createButton('forget', true));
toolbar.$rightside.append(common.createButton('properties', true));
if (common.isLoggedIn()) {