Set IsAuthorized = false to first student
This commit is contained in:
parent
3876e90adc
commit
8e33fbe5fa
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ router.all("/UczenDziennik.mvc/Get", (req, res) => {
|
|||
"IsArtystyczna13": false,
|
||||
"IsSpecjalny": false,
|
||||
"IsPrzedszkola": false,
|
||||
"IsAuthorized": item.Id !== 1,
|
||||
"UczenPelnaNazwa": `${item.OkresPoziom}${item.OddzialSymbol} ${item.year} - ${item.Imie} ${item.Nazwisko}`
|
||||
};
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue