Tags: Adacis/whereami
Tags
Fixed a bug with empty events (#45) * Fixed a bug with empty events When an event was empty (i.e. no object, no summary, almost nothing but an id, uid), the event parsing lead to a bug that would cause the application to fail loading the table of people or locations. This was mainly due to the start and end dates not being declared as possibly null when they should have been. I also cleaned up some code with array accesses that would spam a lot of errors in the Nextcloud logging because the offsets do not exist. I just used null-safe operators to set default values when this happens. * v0.0.37 --------- Co-authored-by: Matthieu Renard <m.renard@adacis.net> Co-authored-by: Benjamin <benjamin@cybercorp.fr>
Dev 0.0.34 (#41) * 0.0.33 -> 0.0.34-dev * Initialize MySql container * Update Docker Env * Main.js fix * Fix t.children.forEach * New config for Nextcloud 28 * Update : Delete Saturday and Sunday of the table in wai * [UPDATE] Méthodes de recupération des données contrats (contracts) * Fix Date Error * [FIX] Correction de la requete de contrat * Add folder Js to .gitignore * [UPDATE] Affichage tableau contracts * test * fix tab-contracts * First Fix * fix tab error * Fix Duplication in Contracts Array * Fix Contracts * Add title to the counter in contracts * Update .gitignore * Update Bdd.php * fix(recup_contrats): correction recuperation contrats uppercase * [FIX] Affichage bouton "set date" page contrat * Update comments * Fix Dates * Update Version * Delete js/221.app.js --------- Co-authored-by: Woliveres <99798413+woliveres@users.noreply.github.com> Co-authored-by: rdarnis <romain.cornac@orange.fr> Co-authored-by: aliceGibier <alice.gibier1@gmail.com> Co-authored-by: Tarnhlich <bastien.foucaud@etu-bordeaux.fr> Co-authored-by: Bastien Foucaud (@Tarnhlich) <bastien.foucaud@gmail.com> Co-authored-by: Benjamin <benjamin@cybercorp.fr>
PreviousNext