Fixed issue when restarting the lesson the menu was not updated (the marker stayed behind)
Also restarting the lesson was not persisted
This commit is contained in:
parent
5508a08e20
commit
194a327ad5
@ -61,5 +61,6 @@ public class RestartLessonService {
|
||||
|
||||
UserTracker userTracker = userTrackerRepository.findOne(webSession.getUserName());
|
||||
userTracker.reset(al);
|
||||
userTrackerRepository.save(userTracker);
|
||||
}
|
||||
}
|
||||
|
@ -191,6 +191,7 @@ define(['jquery',
|
||||
method:'GET'
|
||||
}).done(function(lessonLink) {
|
||||
self.loadLesson(self.name);
|
||||
self.updateMenu();
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user