We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a model is changed which is used in a Sequence Model's associations, for example a ChildSequence: https://github.com/Synbiota/GENtle2/blob/0fe534261c44e11147a04dfbd45e2c0cacd37fc7/public/scripts/plugins/pcr/lib/child_sequence.js and has previous data stored locally (or elsewhere) that causes it to now fail validation, it may error on validation: https://github.com/Synbiota/GENtle2/blob/develop/public/scripts/library/sequence-model/factory.js#L197-L211 If it throws an exception ( https://github.com/Synbiota/GENtle2/blob/develop/public/scripts/plugins/pcr/lib/child_sequence.js#L91-L105 ) during the SequenceModel instantiation it will recreate the same issue as #231.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If a model is changed which is used in a Sequence Model's associations, for example a ChildSequence: https://github.com/Synbiota/GENtle2/blob/0fe534261c44e11147a04dfbd45e2c0cacd37fc7/public/scripts/plugins/pcr/lib/child_sequence.js and has previous data stored locally (or elsewhere) that causes it to now fail validation, it may error on validation: https://github.com/Synbiota/GENtle2/blob/develop/public/scripts/library/sequence-model/factory.js#L197-L211 If it throws an exception ( https://github.com/Synbiota/GENtle2/blob/develop/public/scripts/plugins/pcr/lib/child_sequence.js#L91-L105 ) during the SequenceModel instantiation it will recreate the same issue as #231.
The text was updated successfully, but these errors were encountered: