Various bug fixes for new forms.
This commit is contained in:
7
TODO.md
7
TODO.md
@@ -1,4 +1,7 @@
|
||||
- [ ] Critical: Convert Json lits to dicts so I can have them update properly without using crashy Sqlalchemy-json
|
||||
- [ ] Put "Not applicable" reagents in to_dict() method.
|
||||
- Currently in to_pydantic().
|
||||
- [x] Critical: Convert Json lits to dicts so I can have them update properly without using crashy Sqlalchemy-json
|
||||
- Was actually not necessary.
|
||||
- [ ] Fix Parsed/Missing mix ups.
|
||||
- [x] Have sample parser check for controls and add to reagents?
|
||||
- [x] Update controls to NestedMutableJson
|
||||
@@ -6,7 +9,7 @@
|
||||
- Possibly due to immutable JSON? But... it's worked before... Right?
|
||||
- Based on research, if a top-level JSON field is not changed, SQLalchemy will not detect changes.
|
||||
- Using sqlalchemy-json module seems to have helped.
|
||||
- [ ] Add Bead basher and Assit to DB.
|
||||
- [ ] Add Bead basher and Assist to DB.
|
||||
- [x] Artic not creating right plate name.
|
||||
- [ ] Merge BasicSubmission.find_subclasses and BasicSubmission.find_polymorphic_subclass
|
||||
- [x] Fix updating of Extraction Kit in submission form widget.
|
||||
|
||||
Reference in New Issue
Block a user