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
Ex:
[assuming nothing has been created, everything is fresh]
We create a collection --> collection_id = 1
we create an assignment --> assignment_id = 1, collection_id = 2
When we view the Assignment Overview we have the assignment_id in the URL hash.
That does not correspond directly to the correct Collection
If we can get the collection_id associated with an assignment returned that would fix the issue
The text was updated successfully, but these errors were encountered:
When would you like me to add this? It's going to take a rebuild of the database (which is fine), but it means we will loose everything that is currently in there (again, which is fine).
I'm going to implement it on my fork, and we can merge when you're ready.
Ex:
[assuming nothing has been created, everything is fresh]
We create a collection --> collection_id = 1
we create an assignment --> assignment_id = 1, collection_id = 2
When we view the Assignment Overview we have the assignment_id in the URL hash.
That does not correspond directly to the correct Collection
If we can get the collection_id associated with an assignment returned that would fix the issue
The text was updated successfully, but these errors were encountered: