This commit is contained in:
zadam
2019-11-01 23:05:33 +01:00
parent 2af86927b0
commit 475fddeec1
8 changed files with 84 additions and 49 deletions

View File

@@ -37,7 +37,7 @@ class NoteRevision extends Entity {
if (this.isProtected) {
if (protectedSessionService.isProtectedSessionAvailable()) {
this.title = protectedSessionService.decrypt(this.title);
this.title = protectedSessionService.decrypt(this.title).toString();
}
else {
this.title = "[Protected]";