Fixed sorting issue with lessons, in particular the challenges need to be ordered so the intro is displayed first
This commit is contained in:
@ -29,7 +29,7 @@ public class ChallengeIntro extends NewLesson {
|
||||
|
||||
@Override
|
||||
public String getTitle() {
|
||||
return "challenge.title";
|
||||
return "challenge0.title";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -1,4 +1,4 @@
|
||||
challenge.title=WebGoat Challenge
|
||||
challenge0.title=WebGoat Challenge
|
||||
challenge1.title=Admin lost password
|
||||
challenge2.title=Get it for free
|
||||
challenge3.title=Photo comments
|
||||
|
Reference in New Issue
Block a user