Details des Tickets
Beschreibung,Kommentare und Anhänge
| assigned to @gabrielg |
Sascha Immig |
2022-06-20T07:53:49.524Z |
| Die Methode `formatDate(...)` wird der Carbon-Klasse als Macro untergeschoben.
s. seventeen/app/Providers/AppServiceProvider.php
Die Signatur der Methode ist `function ($respect_auth_timezone = true)`
Es reicht also `->formatDate(false)` statt `->formatDate()` zu nutzen |
Gregor Gabriel |
2022-06-21T11:17:19.269Z |
| Die Methode `formatDate(...)` wird der Carbon-Klasse als Macro untergeschoben.
s. seventeen/app/Providers/AppServiceProvider.php
Die Signatur der Methode ist `function ($respect_auth_timezone = true)`
Es reicht also `->formatDate(false)` statt `->formatDate()` zu nutzen |
Gregor Gabriel |
2022-06-21T11:17:27.968Z |
| Die Methode `formatDate(...)` wird der Carbon-Klasse als Macro untergeschoben.
s. seventeen/app/Providers/AppServiceProvider.php
Die Signatur der Methode ist `function ($respect_auth_timezone = true)`
Es reicht also `->formatDate(false)` statt `->formatDate()` zu nutzen |
Gregor Gabriel |
2022-06-21T11:17:54.339Z |
| Die Methode `formatDate(...)` wird der Carbon-Klasse als Macro untergeschoben.
s. seventeen/app/Providers/AppServiceProvider.php
Die Signatur der Methode ist `function ($respect_auth_timezone = true)`
Es reicht also `->formatDate(false)` statt `->formatDate()` zu nutzen |
Gregor Gabriel |
2022-06-21T11:18:05.466Z |
| Die Methode `formatDate(...)` wird der Carbon-Klasse als Macro untergeschoben.
s. seventeen/app/Providers/AppServiceProvider.php
Die Signatur der Methode ist `function ($respect_auth_timezone = true)`
Es reicht also `->formatDate(false)` statt `->formatDate()` zu nutzen
Oder wird hier explizit das Format 'd.m.Y' benötigt? |
Gregor Gabriel |
2022-06-21T11:21:22.701Z |
| Die Methode `formatDate(...)` wird der Carbon-Klasse als Macro untergeschoben.
s. seventeen/app/Providers/AppServiceProvider.php
Die Signatur der Methode ist `function ($respect_auth_timezone = true)`
Es reicht also `->formatDate(false)` statt `->formatDate()` zu nutzen
Oder wird hier explizit das Format 'd.m.Y' benötigt? |
Gregor Gabriel |
2022-06-21T11:22:37.042Z |
| changed title from **fix: the dates of the groups and departments are now correct** to **{+LL-1202: +}fix: the dates of the groups and departments are now correct** |
Sascha Immig |
2022-06-21T12:21:23.632Z |
added 1 commit
- bd78b8b2 - LL-1202 optimize
Compare with previous version |
Markus Gerlach |
2022-06-22T09:59:18.837Z |
added 1 commit
- 4e480d5c - composer update guzzlehttp/guzzle
Compare with previous version |
Markus Gerlach |
2022-06-22T11:44:07.302Z |
added 1 commit
- 9d9046e3 - updated guzzlehttp/guzzle and dependencies due to vulnerability warning
Compare with previous version |
Markus Gerlach |
2022-06-22T12:24:08.188Z |
| resolved all discussions |
Markus Gerlach |
2022-06-27T12:29:27.135Z |
| resolved all discussions |
Gregor Gabriel |
2022-06-27T12:31:35.774Z |
| resolved all discussions |
Gregor Gabriel |
2022-06-27T12:31:53.572Z |
| resolved all discussions |
Markus Gerlach |
2022-06-27T12:32:18.841Z |
| resolved all discussions |
Gregor Gabriel |
2022-06-27T12:32:21.667Z |
| resolved all discussions |
Markus Gerlach |
2022-06-27T12:32:24.559Z |
| resolved all discussions |
Markus Gerlach |
2022-06-27T12:32:28.192Z |
| merged |
Gregor Gabriel |
2022-06-27T12:32:38.405Z |
| mentioned in commit 4651b76819fe182361bb90388bcc94fc0fe58c2a |
Gregor Gabriel |
2022-06-27T12:32:38.787Z |
| Title |
Id |
Author |
Created at |
Message |
| composer update guzzlehttp/guzzle |
4e480d5c46154d80f5c065182f6745c7d88b3fbd |
markusgerlach |
2022-06-22T11:44:02.000Z |
composer update guzzlehttp/guzzle
composer require guzzlehttp/guzzle
|
| updated guzzlehttp/guzzle and dependencies due to vulnerability warning |
9d9046e3ecc9c6887bece838fc8e1072d6f967cc |
markusgerlach |
2022-06-22T12:23:59.000Z |
updated guzzlehttp/guzzle and dependencies due to vulnerability warning
|
| fix: the dates of the groups and departments are now correct |
a12b97efa1bb46e952b98082e79fabf350717e8a |
markusgerlach |
2022-06-20T07:29:12.000Z |
fix: the dates of the groups and departments are now correct
|
| LL-1202 optimize |
bd78b8b29de9ec3f8433de11c5a77621b7a8b631 |
markusgerlach |
2022-06-22T09:59:14.000Z |
LL-1202 optimize
|