Skip to content
Extraits de code Groupes Projets
Valider 905c68c7 rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[fix] error fields write calendar

parent ce9dea54
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -154,8 +154,7 @@ class CgScopMobileCalendarServices(Component): ...@@ -154,8 +154,7 @@ class CgScopMobileCalendarServices(Component):
"stop": self._getstring(event.stop), "stop": self._getstring(event.stop),
"start_date": self._getstring(event.start_date), "start_date": self._getstring(event.start_date),
"stop_date": self._getstring(event.stop_date), "stop_date": self._getstring(event.stop_date),
"start_datetime": self._getstring(event.start_datetime), "start": self._getstring(event.start),
"stop_datetime": self._getstring(event.stop_datetime),
"duration": self._getinteger(event.duration), "duration": self._getinteger(event.duration),
} }
) )
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter