UCL / frrant

2 stars 0 forks source link

Feature/new concordances #472

Closed acholyn closed 3 days ago

acholyn commented 1 month ago

closes #446

tcouch commented 2 weeks ago

I've found a new issue when creating new concordances: if I try to create a concordance where the edition doesn't have a part identifier I get an error: rard.research.models.concordance.PartIdentifier.DoesNotExist: PartIdentifier matching query does not exist

tcouch commented 1 week ago

To recap our discussion: PartIdentifier display_order should be set equal to "value" if nothing is entered when the form is submitted.

tcouch commented 6 days ago

FYI my latest commit edited migration 0073 to address the fact I'd removed the meta options from PartIdentifier. I don't think it actually has any effect on the database, but if you do run into any issues or just want to be safe, you'll need to roll back to 0072 and apply 0073 again.