mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-06-14 06:30:18 +02:00
[Database] Fix bug with teacher and subject id when sharing event.
This commit is contained in:
@ -36,8 +36,8 @@ public class EventFull extends Event {
|
|||||||
event.color,
|
event.color,
|
||||||
event.type,
|
event.type,
|
||||||
event.addedManually,
|
event.addedManually,
|
||||||
event.subjectId,
|
|
||||||
event.teacherId,
|
event.teacherId,
|
||||||
|
event.subjectId,
|
||||||
event.teamId
|
event.teamId
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user