mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 11:18:25 +00:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			v3.10.3
			...
			issue435_n
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| cc1e2fde1f | 
@@ -66,6 +66,8 @@ export default {
 | 
			
		||||
               return appMessages.fr.the_activity;
 | 
			
		||||
            case 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod':
 | 
			
		||||
               return appMessages.fr.the_course;
 | 
			
		||||
            case 'Chill\\MainBundle\\Entity\\Workflow\\EntityWorkflow':
 | 
			
		||||
               return appMessages.fr.workflow;
 | 
			
		||||
            default:
 | 
			
		||||
               throw 'notification type unknown';
 | 
			
		||||
         }
 | 
			
		||||
@@ -76,6 +78,8 @@ export default {
 | 
			
		||||
               return `/fr/activity/${n.relatedEntityId}/show`
 | 
			
		||||
            case 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod':
 | 
			
		||||
               return `/fr/parcours/${n.relatedEntityId}`
 | 
			
		||||
            case 'Chill\\MainBundle\\Entity\\Workflow\\EntityWorkflow':
 | 
			
		||||
               return `/fr/main/workflow/${n.relatedEntityId}/show`
 | 
			
		||||
            default:
 | 
			
		||||
               throw 'notification type unknown';
 | 
			
		||||
         }
 | 
			
		||||
 
 | 
			
		||||
@@ -39,6 +39,7 @@ const appMessages = {
 | 
			
		||||
        the_action: "l'action",
 | 
			
		||||
        the_evaluation: "l'évaluation",
 | 
			
		||||
        the_task: "la tâche",
 | 
			
		||||
        workflow: "le workflow",
 | 
			
		||||
        StartDate: "Date d'ouverture",
 | 
			
		||||
        SocialAction: "Action d'accompagnement",
 | 
			
		||||
        no_data: "Aucun résultats",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user