conference to forum url
This commit is contained in:
parent
6f37b6f027
commit
d2bb4cb63e
@ -171,7 +171,7 @@ public class SciProApplication extends RepositoryApplication implements IThemabl
|
||||
* Project pages
|
||||
*/
|
||||
mountBookmarkablePage("project/details", ProjectDetailsPage.class);
|
||||
mountBookmarkablePage("project/conference", ProjectConferencePage.class);
|
||||
mountBookmarkablePage("project/forum", ProjectConferencePage.class);
|
||||
mountBookmarkablePage("project/activityplan", ProjectActivityPlanPage.class);
|
||||
mountBookmarkablePage("project/files", ProjectFilePage.class);
|
||||
mountBookmarkablePage("project/opposition", ProjectOppositionPage.class);
|
||||
@ -194,7 +194,7 @@ public class SciProApplication extends RepositoryApplication implements IThemabl
|
||||
mountBookmarkablePage("supervisor/project/details/checklist", SupervisorChecklistPage.class);
|
||||
mountBookmarkablePage("supervisor/project/details/addchecklist", SupervisorAddCheckListToProjectPage.class);
|
||||
mountBookmarkablePage("supervisor/antiplagiarism", SupervisorAntiPlagiarismLinkPage.class);
|
||||
mountBookmarkablePage("supervisor/conference", SupervisorConferencePage.class);
|
||||
mountBookmarkablePage("supervisor/forum", SupervisorConferencePage.class);
|
||||
mountBookmarkablePage("supervisor/checklist", SupervisorChecklistPage.class);
|
||||
mountBookmarkablePage("supervisor/checklist/viewchecklist", SupervisorViewCheckListPage.class);
|
||||
mountBookmarkablePage("supervisor/profile", SupervisorProfilePage.class);
|
||||
|
Loading…
x
Reference in New Issue
Block a user