Marcamillian / ClassRecorder

Web App for recording feedback and conversations from lessons [ IndexedDB | SCSS | MediaStreamAPI ]
https://mv-class-recorder.herokuapp.com/
0 stars 0 forks source link

Student Select Title Doesn't update on prevPage #2

Closed Marcamillian closed 6 years ago

Marcamillian commented 6 years ago

Symptom

When clicking the student select title to go to the previous page the title isn't updated (e.g. the class isn't removed from the title when moving from lesson to class pages

Steps to Reproduce

Expected Behaviour

Current Behaviour

Marcamillian commented 6 years ago

Fixed in commit e65820d375d644b4d96d789f4e8ede61fb3630ed

Re-written the studentSelectModel.clearOption() function to loop through subsequent pages in the model and clear options relating to them.