This commit is contained in:
Mikołaj Pich 2019-01-27 15:31:11 +01:00
parent 082543c280
commit 3d41df5885
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA

View file

@ -270,7 +270,7 @@ router.all("/Oceny.mvc/Get", (req, res) => {
"KodKolumny": dictMap.getByValue(subjectCategories, "Id", item.IdKategoria).Kod,
"DataOceny": converter.formatDate(new Date(item.DataUtworzenia * 1000)),
"KolorOceny": 0
}
};
}),
"ProponowanaOcenaRoczna": dictMap.getByValue(summary.OcenyPrzewidywane, "IdPrzedmiot", item.Id, {"Wpis": ""}).Wpis,
"OcenaRoczna": dictMap.getByValue(summary.OcenyPrzewidywane, "IdPrzedmiot", item.Id, {"Wpis": ""}).Wpis,
@ -341,7 +341,7 @@ router.all("/RejestracjaUrzadzeniaTokenCertyfikat.mvc/Get", (req, res) => {
router.all("/Sprawdziany.mvc/Get", (req, res) => {
res.json({
"data": {},
"data": [],
"success": true
});
});
@ -397,7 +397,7 @@ router.all("/UwagiIOsiagniecia.mvc/Get", (req, res) => {
router.all("/ZadaniaDomowe.mvc/Get", (req, res) => {
res.json({
"data": {},
"data": [],
"success": true
});
});