Display aliases in the UI, allow adding and removing aliases from the Person Edit modal
Adds forgotten translation string
This commit is contained in:
parent
c36123a58f
commit
d1c5f4a377
21 changed files with 228 additions and 18 deletions
|
|
@ -21,6 +21,7 @@ export enum PersonRole {
|
|||
export interface Person extends IHasCover {
|
||||
id: number;
|
||||
name: string;
|
||||
aliases: string[];
|
||||
description: string;
|
||||
coverImage?: string;
|
||||
coverImageLocked: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue