changed status, added restoring samples and changed password guidelines
This commit is contained in:
@ -23,6 +23,7 @@ export class SampleModel extends BaseModel {
|
||||
sample_references: {sample_id: IdModel, relation: string}[],
|
||||
custom_fields: {[prop: string]: string}
|
||||
} = {comment: '', sample_references: [], custom_fields: {}};
|
||||
status = '';
|
||||
added: Date = null;
|
||||
|
||||
deserialize(input: any): this {
|
||||
|
Reference in New Issue
Block a user