forked from github/szkolny
[API/Vulcan] Temporarily try to fix attendances not syncing.
This commit is contained in:
parent
33ca55401b
commit
9cc4da5fe9
@ -1459,7 +1459,7 @@ public class Vulcan implements EdziennikInterface {
|
|||||||
private void getAttendances() {
|
private void getAttendances() {
|
||||||
callback.onActionStarted(R.string.sync_action_syncing_attendances);
|
callback.onActionStarted(R.string.sync_action_syncing_attendances);
|
||||||
JsonObject json = new JsonObject();
|
JsonObject json = new JsonObject();
|
||||||
json.addProperty("DataPoczatkowa", profile.getEmpty() ? getCurrentSemesterStartDate().getStringY_m_d() : oneMonthBack.getStringY_m_d());
|
json.addProperty("DataPoczatkowa", true ? getCurrentSemesterStartDate().getStringY_m_d() : oneMonthBack.getStringY_m_d());
|
||||||
json.addProperty("DataKoncowa", getCurrentSemesterEndDate().getStringY_m_d());
|
json.addProperty("DataKoncowa", getCurrentSemesterEndDate().getStringY_m_d());
|
||||||
json.addProperty("IdOddzial", studentClassId);
|
json.addProperty("IdOddzial", studentClassId);
|
||||||
json.addProperty("IdUczen", studentId);
|
json.addProperty("IdUczen", studentId);
|
||||||
|
Loading…
Reference in New Issue
Block a user