mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 23:25:02 +00:00
Add support for hiding cases with !hidecase
This commit is contained in:
parent
1ddbb379c5
commit
799ac2d502
6 changed files with 105 additions and 13 deletions
|
@ -23,6 +23,8 @@ export class Case {
|
|||
|
||||
@Column() created_at: string;
|
||||
|
||||
@Column() is_hidden: boolean;
|
||||
|
||||
@OneToMany(type => CaseNote, note => note.case)
|
||||
notes: CaseNote[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue