mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-06 01:21:39 -04:00
feat: add aliases to service files
This commit makes it possible to identifier notes via any alias in the note and history service. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
babd5ce393
commit
2b76d33a23
2 changed files with 45 additions and 27 deletions
|
@ -11,6 +11,7 @@ import { NotInDBError } from '../errors/errors';
|
|||
import { ConsoleLoggerService } from '../logger/console-logger.service';
|
||||
import { Note } from '../notes/note.entity';
|
||||
import { NotesService } from '../notes/notes.service';
|
||||
import { getPrimaryAlias } from '../notes/utils';
|
||||
import { User } from '../users/user.entity';
|
||||
import { UsersService } from '../users/users.service';
|
||||
import { HistoryEntryImportDto } from './history-entry-import.dto';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue