-
Notifications
You must be signed in to change notification settings - Fork 37
Avoid 0036_remove_spquery_selectseries errors on test-panel #7020
New issue
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
Conversation
Tried with ojsmnh:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- For UX testing, open the QB viewer on the spquery table, like https://ojsmnh20250703-issue-6942.test.specifysystems.org/specify/query/new/spquery/, and make sure that the "Select Series" field does not appear.
Select series
field isn't there and I didn't run into any errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- For UX testing, open the QB viewer on the spquery table and make sure that the "Select Series" field does not appear.
Looks good - Select Series does not appear!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- For UX testing, open the QB viewer on the spquery table, like https://ojsmnh20250703-issue-6942.test.specifysystems.org/specify/query/new/spquery/, and make sure that the "Select Series" field does not appear.
looks good!
Fixes #6942
Avoid issues on the test panel with the 0036_remove_spquery_selectseries migration due to the database state being off when it comes to the the selectseries field being present in the spquery table. This is a simple hacky solution, and it would probably be better to investigate fixing the state of these problematic databases.
Checklist
self-explanatory (or properly documented)
Testing instructions