aplbrain / neuvue-app

MICrONS Proofreading App
Apache License 2.0
1 stars 2 forks source link

Speed up admin dashboard namespace view even more #316

Closed hannah-martinez closed 2 years ago

hannah-martinez commented 2 years ago

The below line is not being used anymore in the dashboard-namespace-view.html context. It was being used for the username modal, which no longer exists. Remove this line and update the API call above it to only get the fields needed to create the view.

https://github.com/aplbrain/neuvue-app/blob/a70b4ccecdb8ba846b4813f784cb3d19ebec18ae/neuvue_project/dashboard/views.py#L127

hannah-martinez commented 2 years ago

I overlooked this little change in https://github.com/aplbrain/neuvue-app/pull/311, oops