Czas rozpoczęcia testu w widoku grupy (w złym formacie do poprawki)

This commit is contained in:
s416122 2020-01-13 00:07:13 +01:00
parent 85c01c2502
commit 1c6e435121

View File

@ -39,6 +39,7 @@ export class GroupDetailsComponent implements OnInit, OnDestroy {
{ headerName: 'Nazwa', field: 'title', headerTooltip: 'Nazwa' },
{ headerName: 'Ocena', field: 'grade', headerTooltip: 'Ocena' },
{ headerName: 'Max.', field: 'maxScore', headerTooltip: 'Max.', hide: false },
{ headerName: 'Rozpoczęcie testu', field: 'dateFrom', headerTooltip: 'Rozpoczęcie testu' },
{
headerName: '',
suppressMenu: true,
@ -206,6 +207,7 @@ export class GroupDetailsComponent implements OnInit, OnDestroy {
{ headerName: 'Nazwa', field: 'title', headerTooltip: 'Nazwa' },
{ headerName: 'Ocena', field: 'grade', headerTooltip: 'Ocena' },
{ headerName: 'Max.', field: 'maxScore', headerTooltip: 'Max.', hide: true },
{ headerName: 'Rozpoczęcie testu', field: 'dateFrom', headerTooltip: 'Rozpoczęcie testu'},
{
headerName: '',
suppressMenu: true,
@ -218,6 +220,7 @@ export class GroupDetailsComponent implements OnInit, OnDestroy {
{ headerName: 'Nazwa', field: 'title', headerTooltip: 'Nazwa' },
{ headerName: 'Ocena', field: 'grade', headerTooltip: 'Ocena' },
{ headerName: 'Max.', field: 'maxScore', headerTooltip: 'Max.' },
{ headerName: 'Rozpoczęcie testu', field: 'dateFrom', headerTooltip: 'Rozpoczęcie testu'},
{
headerName: '',
suppressMenu: true,