asayler / COG-Web

Web Frontend for COG
GNU Affero General Public License v3.0
2 stars 3 forks source link

Multiple assignments leads to duplicates in the Test list on first pageload #16

Closed asayler closed 9 years ago

asayler commented 9 years ago

Currently, the Test list gets populated each time a new assignment is loaded. This leads to duplicate test listings on the first page load since $("select#assignment").change(); gets called once per assignment, and each test gets loads once per change.