mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fixed: [homepage widget] repair my unread notification list with actions and evaluations documents
This commit is contained in:
parent
197d69ef4a
commit
e82c7cdc6c
@ -66,6 +66,10 @@ export default {
|
|||||||
return appMessages.fr.the_activity;
|
return appMessages.fr.the_activity;
|
||||||
case 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod':
|
case 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod':
|
||||||
return appMessages.fr.the_course;
|
return appMessages.fr.the_course;
|
||||||
|
case 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod\\AccompanyingPeriodWork':
|
||||||
|
return appMessages.fr.the_action;
|
||||||
|
case 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod\\AccompanyingPeriodWorkEvaluationDocument':
|
||||||
|
return appMessages.fr.the_evaluation_document;
|
||||||
case 'Chill\\MainBundle\\Entity\\Workflow\\EntityWorkflow':
|
case 'Chill\\MainBundle\\Entity\\Workflow\\EntityWorkflow':
|
||||||
return appMessages.fr.the_workflow;
|
return appMessages.fr.the_workflow;
|
||||||
default:
|
default:
|
||||||
@ -78,6 +82,10 @@ export default {
|
|||||||
return `/fr/activity/${n.relatedEntityId}/show`
|
return `/fr/activity/${n.relatedEntityId}/show`
|
||||||
case 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod':
|
case 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod':
|
||||||
return `/fr/parcours/${n.relatedEntityId}`
|
return `/fr/parcours/${n.relatedEntityId}`
|
||||||
|
case 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod\\AccompanyingPeriodWork':
|
||||||
|
return `/fr/person/accompanying-period/work/${n.relatedEntityId}/show`
|
||||||
|
case 'Chill\\PersonBundle\\Entity\\AccompanyingPeriod\\AccompanyingPeriodWorkEvaluationDocument':
|
||||||
|
return `/fr/notification/${n.id}/show` // to the notification
|
||||||
case 'Chill\\MainBundle\\Entity\\Workflow\\EntityWorkflow':
|
case 'Chill\\MainBundle\\Entity\\Workflow\\EntityWorkflow':
|
||||||
return `/fr/main/workflow/${n.relatedEntityId}/show`
|
return `/fr/main/workflow/${n.relatedEntityId}/show`
|
||||||
default:
|
default:
|
||||||
|
@ -46,6 +46,7 @@ const appMessages = {
|
|||||||
the_course: "le parcours",
|
the_course: "le parcours",
|
||||||
the_action: "l'action",
|
the_action: "l'action",
|
||||||
the_evaluation: "l'évaluation",
|
the_evaluation: "l'évaluation",
|
||||||
|
the_evaluation_document: "le document de l'évaluation",
|
||||||
the_task: "la tâche",
|
the_task: "la tâche",
|
||||||
the_workflow: "le workflow",
|
the_workflow: "le workflow",
|
||||||
StartDate: "Date d'ouverture",
|
StartDate: "Date d'ouverture",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user