Resource and Event Order changed in Module Detail View
This commit is contained in:
@@ -8,7 +8,7 @@ class ModulePart {
|
||||
static final int EVENT = 4;
|
||||
static final int GRADEBOOK = 5;
|
||||
static final int RESOURCES = 6;
|
||||
private static final int[] pages = new int[]{OVERVIEW, ANNOUNCEMENT, ASSIGNMENT, EVENT, GRADEBOOK, RESOURCES};
|
||||
private static final int[] pages = new int[]{OVERVIEW, ANNOUNCEMENT, ASSIGNMENT, GRADEBOOK, RESOURCES, EVENT};
|
||||
|
||||
static int getPageCount() {
|
||||
return pages.length;
|
||||
|
||||
Reference in New Issue
Block a user