Skip to content
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

Update backend services for nonlocalized string model changes #130 #132

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

jacobtylerwalls
Copy link
Member

@jacobtylerwalls jacobtylerwalls commented Nov 20, 2024

Follow-up to #127
Closes #130

Testing instructions

  • Reinstall package from Update Concept and Scheme models #127
  • Migrate to zero and back. I did this instead of creating another migration.
    • python manage.py migrate arches_lingo zero
    • python manage.py migrate
  • Visit search interface, verify search works
  • Verify api/concepts returns a result

@jacobtylerwalls jacobtylerwalls changed the title Update backend services for nonlocalized string model changes Update backend services for nonlocalized string model changes #130 Nov 20, 2024
@@ -22,6 +23,7 @@ def load_lists(apps, schema_editor):
"controlled_lists",
"lingo_lists.json",
),
stdout=io.StringIO(),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just to silence the extra output during migrate ("n objects installed from fixture")

Copy link
Member

@johnatawnclementawn johnatawnclementawn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏼

@johnatawnclementawn johnatawnclementawn merged commit 20ec7c5 into main Nov 20, 2024
5 checks passed
@johnatawnclementawn johnatawnclementawn deleted the jtw/fix-label-search branch November 20, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update label search after model changes in #123
2 participants