Skip to content
Snippets Groups Projects
Commit 30cbc9a7 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

future function

parent 74e1f564
2 merge requests!993Notif,!983feat(dashboard) : create dashboard !
......@@ -16,6 +16,7 @@
[attr.aria-label]="
'Ouvrir l orientation de ' + orientation.personOriented.name + ' ' + orientation.personOriented.surname
"
(onclick)="orientationSeen()"
>
<div>
<div class="name">{{ orientation.personOriented.name }} {{ orientation.personOriented.surname | uppercase }}</div>
......
......@@ -11,4 +11,9 @@ export class OrientationsTableComponent {
@Input() orientations: any[];
@Input() type?: string;
public orientationSeen(): void {
// TODO : changer le status de l'orientation => A traiter (acknowledged)
console.log('coucou');
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment