Pre-fixing JSON update bug.

This commit is contained in:
Landon Wark
2024-04-15 08:12:36 -05:00
parent f994f81d11
commit 7c46578d21
9 changed files with 90 additions and 40 deletions

View File

@@ -1,5 +1,11 @@
- [ ] Appending of qPCR results to WW not saving. Find out why.
- 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.
- May have to use a special class: [link](https://docs.sqlalchemy.org/en/14/orm/extensions/mutable.html#establishing-mutability-on-scalar-column-values)
- [ ] Add Bead basher and Assit to DB.
- [x] Artic not creating right plate name.
- [ ] Merge BasicSubmission.find_subclasses and BasicSubmission.find_polymorphic_subclass
- [ ] Fix updating of Extraction Kit in submission form widget.
- [x] Fix updating of Extraction Kit in submission form widget.
- [x] Fix cropping of gel image.
- [ ] Create Tips ... *sigh*.
- [x] Create platemap image from html for export to pdf.