Skip to content

Commit

Permalink
fix: pedigree edits are not saved (#2112)
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo committed Nov 11, 2024
1 parent 2b720bf commit aa3933f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion backend/cases/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ class Meta:
"presetset", # made writable in to_internal_value
"state",
"caseqc",
"pedigree",
"pedigree_obj",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6072,8 +6072,7 @@ components:
index:
type: string
maxLength: 512
pedigree:
readOnly: true
pedigree: {}
notes:
type: string
nullable: true
Expand Down Expand Up @@ -6153,6 +6152,7 @@ components:
type: string
minLength: 1
maxLength: 512
pedigree: {}
notes:
type: string
nullable: true
Expand All @@ -6172,6 +6172,7 @@ components:
required:
- index
- name
- pedigree
CaseSerializerNgStateEnum:
enum:
- importing
Expand Down Expand Up @@ -8091,6 +8092,7 @@ components:
type: string
minLength: 1
maxLength: 512
pedigree: {}
notes:
type: string
nullable: true
Expand Down

0 comments on commit aa3933f

Please sign in to comment.