69940: Processes - date format, back button and hiding empty fields

This commit is contained in:
Kristof De Langhe
2020-03-25 17:08:57 +01:00
committed by Art Lowel
parent 5e890aca2c
commit 6b53c448c8
4 changed files with 19 additions and 14 deletions

View File

@@ -40,6 +40,11 @@ export class ProcessOverviewComponent implements OnInit {
pageSize: 20
});
/**
* Date format to use for start and end time of processes
*/
dateFormat = 'yyyy-MM-dd HH:mm:ss';
constructor(protected processService: ProcessDataService,
protected ePersonService: EPersonDataService) {
}