forked from firka/student-legacy
commit
fb70b2be38
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "filcnaplo_premium"]
|
||||
[submodule "naplo-plus"]
|
||||
path = filcnaplo_premium
|
||||
url = git@github.com:refilc/naplo-plus.git
|
||||
|
@ -3,7 +3,7 @@ description: "Nem hivatalos e-napló alkalmazás az e-Kréta rendszerhez"
|
||||
homepage: https://refilc.hu
|
||||
publish_to: "none"
|
||||
|
||||
version: 4.5.0+236
|
||||
version: 4.5.0+237
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.0 <3.0.0"
|
||||
|
@ -156,9 +156,8 @@ class SendRecipient {
|
||||
});
|
||||
|
||||
factory SendRecipient.fromJson(Map json, SendRecipientType type) {
|
||||
print(json);
|
||||
return SendRecipient(
|
||||
id: int.parse(json['kretaAzonosito'] ?? '0'),
|
||||
id: json['kretaAzonosito'] ?? 0,
|
||||
kretaId: json['kretaAzonosito'],
|
||||
name: json['nev'],
|
||||
type: type,
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 078142a3dc2fce9eddb6f608923055943ec4d5e6
|
||||
Subproject commit 1c11338d208a6c8b881c7a28f8593649c37a1b0a
|
Loading…
x
Reference in New Issue
Block a user