Resource and Event Order changed in Module Detail View

This commit is contained in:
Caesar2011
2018-10-30 02:35:45 +01:00
parent 92e609babc
commit 70072c6605

View File

@@ -8,7 +8,7 @@ class ModulePart {
static final int EVENT = 4; static final int EVENT = 4;
static final int GRADEBOOK = 5; static final int GRADEBOOK = 5;
static final int RESOURCES = 6; 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() { static int getPageCount() {
return pages.length; return pages.length;