changed status, added restoring samples and changed password guidelines

This commit is contained in:
VLE2FE
2020-08-07 10:49:18 +02:00
parent 56cd4dcbcc
commit 05a118b069
7 changed files with 60 additions and 44 deletions

View File

@ -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 {