mounted new project idea pages to make better looking url's
This commit is contained in:
parent
b2e3942851
commit
4e0f55e675
@ -180,8 +180,9 @@ public class SciProApplication extends RepositoryApplication implements IThemabl
|
||||
mountBookmarkablePage("noproject", NoActiveProjectPage.class);
|
||||
mountBookmarkablePage("project/checklist", ProjectChecklistPage.class);
|
||||
mountBookmarkablePage("project/checklist/viewchecklist", ProjectViewCheckListPage.class);
|
||||
mountBookmarkablePage("projectideas", MyProjectIdeasPage.class);
|
||||
mountBookmarkablePage("projectideas", ProjectIdeaStartPage.class);
|
||||
mountBookmarkablePage("projectideas/submit", ProjectIdeaSubmissionPage.class);
|
||||
mountBookmarkablePage("projectideas/myideas", MyProjectIdeasPage.class);
|
||||
/*
|
||||
* Supervisor pages
|
||||
*/
|
||||
@ -202,6 +203,8 @@ public class SciProApplication extends RepositoryApplication implements IThemabl
|
||||
mountBookmarkablePage("supervisor/project/activityplan", SupervisorActivityPlanPage.class);
|
||||
mountBookmarkablePage("supervisor/project/files", SupervisorFilePage.class);
|
||||
mountBookmarkablePage("supervisor/interest", SupervisorInterestPage.class);
|
||||
mountBookmarkablePage("supervisor/projectideas", SupervisorProjectIdeaStartPage.class);
|
||||
mountBookmarkablePage("supervisor/projectideas/myideas", SupervisorMyProjectIdeasPage.class);
|
||||
/*
|
||||
* Peer pages
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user