zhaw-iwi / codeboard

Codeboard is a web-based IDE to teach programming in the classroom. Part of the codeboard.io project.
MIT License
7 stars 1 forks source link

Project Settings #32

Closed samutru closed 4 months ago

samutru commented 7 months ago

Refreshing the project settings view results in 404

username is not available if settings page gets reloaded (app.js):

return $http.get('/api/users/' + UserSrv.getUsername() + '/courses/owner')
.then(function(result) {
return result.data.courseOwnerSet;
});