forked from EVOgeek/Vmeda.Online
		
	MOBILE-3320 glossary: Fix link clicks in tablet
This commit is contained in:
		
							parent
							
								
									ed00cefbae
								
							
						
					
					
						commit
						287496c8ec
					
				| @ -48,6 +48,14 @@ export const ADDON_MOD_GLOSSARY_SERVICES: Type<unknown>[] = [ | ||||
| ]; | ||||
| 
 | ||||
| const mainMenuRoutes: Routes = [ | ||||
|     { | ||||
|         path: `${AddonModGlossaryModuleHandlerService.PAGE_NAME}/entry/:entryId`, | ||||
|         loadChildren: () => import('./pages/entry/entry.module').then(m => m.AddonModGlossaryEntryPageModule), | ||||
|     }, | ||||
|     { | ||||
|         path: `${AddonModGlossaryModuleHandlerService.PAGE_NAME}/edit/:timecreated`, | ||||
|         loadChildren: () => import('./pages/edit/edit.module').then(m => m.AddonModGlossaryEditPageModule), | ||||
|     }, | ||||
|     { | ||||
|         path: AddonModGlossaryModuleHandlerService.PAGE_NAME, | ||||
|         loadChildren: () => import('./glossary-lazy.module').then(m => m.AddonModGlossaryLazyModule), | ||||
|  | ||||
| @ -47,8 +47,12 @@ export class AddonModGlossaryEditLinkHandlerService extends CoreContentLinksHand | ||||
|                     const module = await CoreCourse.getModuleBasicInfo(cmId, siteId); | ||||
| 
 | ||||
|                     await CoreNavigator.navigateToSitePath( | ||||
|                         AddonModGlossaryModuleHandlerService.PAGE_NAME + `/${module.course}/${module.id}/edit/0`, | ||||
|                         AddonModGlossaryModuleHandlerService.PAGE_NAME + '/edit/0', | ||||
|                         { | ||||
|                             params: { | ||||
|                                 courseId: module.course, | ||||
|                                 cmId: module.id, | ||||
|                             }, | ||||
|                             siteId, | ||||
|                         }, | ||||
|                     ); | ||||
|  | ||||
| @ -52,8 +52,12 @@ export class AddonModGlossaryEntryLinkHandlerService extends CoreContentLinksHan | ||||
|                     ); | ||||
| 
 | ||||
|                     await CoreNavigator.navigateToSitePath( | ||||
|                         AddonModGlossaryModuleHandlerService.PAGE_NAME + `/${module.course}/${module.id}/entry/${entryId}`, | ||||
|                         AddonModGlossaryModuleHandlerService.PAGE_NAME + `/entry/${entryId}`, | ||||
|                         { | ||||
|                             params: { | ||||
|                                 courseId: module.course, | ||||
|                                 cmId: module.id, | ||||
|                             }, | ||||
|                             siteId, | ||||
|                         }, | ||||
|                     ); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user