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
currently, MSD map collections has map download files maintained in a separate table from the collections themselves, with their foreign key related table being the collection each download belongs to. this should be migrated to an inline form within the admin console like images are to lcd collections.
The text was updated successfully, but these errors were encountered:
when making the change, should migrate the deliberate refresh_materialized_views lambda invocations (2 of them) in forms.py over into the admin.py MapCollectionAdmin under the save_formset method like LCD and LORE (reference for how to implement)
currently, MSD map collections has map download files maintained in a separate table from the collections themselves, with their foreign key related table being the collection each download belongs to. this should be migrated to an inline form within the admin console like images are to lcd collections.
The text was updated successfully, but these errors were encountered: