Details des Tickets
Beschreibung,Kommentare und Anhänge
| assigned to @gabrielg |
Sascha Immig |
2023-06-26T10:15:24.586Z |
| Warum `->nullable(true)` ? correspondences sollten doch nur im Kontext eines Mananten erlaubt sein? |
Gregor Gabriel |
2023-06-27T06:53:55.929Z |
| Warum `->nullable(true)` ? training_reminders sollten doch nur im Kontext eines Mananten erlaubt sein? |
Gregor Gabriel |
2023-06-27T06:54:23.251Z |
| Warum `->nullable(true)` ? organization_units sollten doch nur im Kontext eines Mananten erlaubt sein? |
Gregor Gabriel |
2023-06-27T07:04:44.953Z |
| Warum `->nullable(true)` ? orders sollten doch nur im Kontext eines Mananten erlaubt sein? |
Gregor Gabriel |
2023-06-27T07:05:01.607Z |
| Warum `->nullable(true)` ? groups sollten doch nur im Kontext eines Mananten erlaubt sein? |
Gregor Gabriel |
2023-06-27T07:05:16.623Z |
| Generell fehlt für die Tabellen correspondences, groups, orders, organization_units, training_reminders eine Routine, die die client_id korrekt setzt.
Im Ticket habe ich dazu noch was geschriebnen. Handlungsbedarf besteht nur für einen Eintrag in der Tabelle correspondences. (in meinem lokalen System gibt es aber mehr Müll, so das die Routine besser alle Tabellen behandeln sollte)
Ausserdem müssen dann noch die zugehörigen Models so gebaut werden, dass sie die client_id setzen.
Es ist im jeweiligen Model use `MustBelongToOneClient;` zu verwenden, das tut's - Hab's im Ticket dazugeschrieben - es gibt nur für Orders noch Handlungsbedarf |
Gregor Gabriel |
2023-06-27T08:05:08.664Z |
| changed this line in version 2 of the diff |
Markus Gerlach |
2023-06-29T10:54:26.701Z |
| changed this line in version 2 of the diff |
Markus Gerlach |
2023-06-29T10:54:27.220Z |
| changed this line in version 2 of the diff |
Markus Gerlach |
2023-06-29T10:54:27.351Z |
| changed this line in version 2 of the diff |
Markus Gerlach |
2023-06-29T10:54:27.468Z |
| changed this line in version 2 of the diff |
Markus Gerlach |
2023-06-29T10:54:27.571Z |
| changed this line in version 2 of the diff |
Markus Gerlach |
2023-06-29T10:54:27.659Z |
| resolved all discussions |
Markus Gerlach |
2023-06-29T10:54:27.703Z |
added 1 commit
- 74a6453d - LL-1528-convert-default-value-1-for-client_id
Compare with previous version |
Markus Gerlach |
2023-06-29T10:54:27.897Z |
added 1 commit
- a998f01b - LL-1528-convert-default-value-1-for-client_id
Compare with previous version |
Markus Gerlach |
2023-06-29T12:21:48.199Z |
added 1 commit
- df6c8f0d - LL-1528-convert-default-value-1-for-client_id
Compare with previous version |
Markus Gerlach |
2023-06-29T12:49:03.111Z |
added 1 commit
- 8efe7d15 - LL-1528-convert-default-value-1-for-client_id
Compare with previous version |
Markus Gerlach |
2023-06-29T13:07:57.333Z |
| merged |
Gregor Gabriel |
2023-06-30T10:00:07.641Z |
| mentioned in commit 1ff97e2c616415f3dc6fb0b93e0d7e4278c34dcc |
Gregor Gabriel |
2023-06-30T10:00:07.862Z |
| Title |
Id |
Author |
Created at |
Message |
| LL-1528-convert-default-value-1-for-client_id |
74a6453db2eeec991887eb86dd7a2472934b2955 |
gerlachm |
2023-06-29T10:54:23.000Z |
LL-1528-convert-default-value-1-for-client_id
corrections and extensions
|
| LL-1528-convert-default-value-1-for-client_id |
8efe7d1599d0d92979aaa1d966edc14ebb126a84 |
gerlachm |
2023-06-29T13:07:53.000Z |
LL-1528-convert-default-value-1-for-client_id
add client_id for tests
|
| LL-1528-convert-default-value-1-for-client_id |
a998f01b9380771b104183c44a69d72511b8e673 |
gerlachm |
2023-06-29T12:21:43.000Z |
LL-1528-convert-default-value-1-for-client_id
fix change column 'client_id': used in a foreign key constraint , and add onDelete cascade for password_reset
|
| LL-1528-convert-default-value-1-for-client_id |
df6c8f0de04f3086b3b968fc7aa8eb47f7ad30c5 |
gerlachm |
2023-06-29T12:48:59.000Z |
LL-1528-convert-default-value-1-for-client_id
fix bug in TrainingReminderTest
|
| LL-1528-convert-default-value-1-for-client_id |
e6555f7ad041b70ddb15bfd0c86626317bb626c4 |
gerlachm |
2023-06-26T07:42:22.000Z |
LL-1528-convert-default-value-1-for-client_id
|