introduced NoteFull entity, fixes

This commit is contained in:
azivner
2018-03-25 23:25:17 -04:00
parent cdf94181d2
commit 35998058ce
15 changed files with 184 additions and 165 deletions

View File

@@ -9,6 +9,10 @@ class NoteShort {
this.hideInAutocomplete = row.hideInAutocomplete;
}
isJson() {
return this.mime === "application/json";
}
async getBranches() {
const branches = [];