ubc / iPeer

Peer Evaluation System
http://ipeer.ctlt.ubc.ca
Other
17 stars 18 forks source link

Fix progress bar for pushing grades to Canvas #573

Closed kitsook closed 6 years ago

kitsook commented 6 years ago

Fix the issue of progress bar not updated when pushing grades to Canvas. Caused by additional slash found at the start of the url in params['url']['url'] when running in the ipeerverf environment.

Change to use Router::url instead.