You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current the Manifest model contains a certified_by field (certifiedBy in JSON representation) which is stored as a django models.JSONField. Instead, it should be an optional ForeignKey to a Signer model (already implemented) per the e-Manifest manifest schema
The ManifestSerializer will also need to be adjusted as this field needs to be writable when pulled from RCRAInfo.
The text was updated successfully, but these errors were encountered:
🚀 Feature Request
Current the Manifest model contains a
certified_by
field (certifiedBy
in JSON representation) which is stored as a django models.JSONField. Instead, it should be an optional ForeignKey to aSigner
model (already implemented) per the e-Manifest manifest schemaThe
ManifestSerializer
will also need to be adjusted as this field needs to be writable when pulled from RCRAInfo.The text was updated successfully, but these errors were encountered: