forked from github/szkolny
[Database] Fix bug with teacher and subject id when sharing event.
This commit is contained in:
parent
19c446d267
commit
4ba7997bc1
@ -36,8 +36,8 @@ public class EventFull extends Event {
|
||||
event.color,
|
||||
event.type,
|
||||
event.addedManually,
|
||||
event.subjectId,
|
||||
event.teacherId,
|
||||
event.subjectId,
|
||||
event.teamId
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user