mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 23:25:02 +00:00
Add special mention if a mod action was performed on behalf of another mod with the --mmod option
This commit is contained in:
parent
359343fb91
commit
0cc131b3ab
4 changed files with 58 additions and 12 deletions
|
@ -25,6 +25,10 @@ export class Case {
|
|||
|
||||
@Column() is_hidden: boolean;
|
||||
|
||||
@Column() pp_id: string;
|
||||
|
||||
@Column() pp_name: string;
|
||||
|
||||
@OneToMany(type => CaseNote, note => note.case)
|
||||
notes: CaseNote[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue