Beschreibung,Kommentare und Anhänge
| merge request id | 132 |
| Titel | WIP: Save client scoping for users |
| Beschreibung | + Implemeted ClientService which listens on Authentificated event and by this event grabs client context + User class now uses trait "MayBelongToOneClient" Test tests/Feature/Admin/GroupTest.php schlägt fehl beim Löschen einer Gruppe. Ich sehe einfach nicht warum. |
| Status | merged |
| Created at | 2019-12-03T12:45:13.441Z |
| Updated at | 2019-12-09T07:55:43.680Z |
| Source branch | feature/LL-136-fix-auth-user-client-exception |
| Target branch | develop |
| Author | Gregor Gabriel |
| Assignee | Marcel Pociot |
added 1 commit
|
Gregor Gabriel | 2019-12-03T15:39:45.659Z |
| marked as a **Work In Progress** from 514c8531c3092c5e65fe2175dfddd92da194dee3 | Gregor Gabriel | 2019-12-03T15:39:46.316Z |
| changed the description | Gregor Gabriel | 2019-12-03T15:46:28.940Z |
| assigned to @pociotm | Gregor Gabriel | 2019-12-03T15:46:29.046Z |
| merged | Marcel Pociot | 2019-12-09T07:54:39.596Z |
| Gute Lösung zu dem Problem! Den fehlenden Test konnte ich nicht reproduzieren - die Pipeline läuft ja auch durch. | Marcel Pociot | 2019-12-09T07:55:43.662Z |
| Title | Id | Author | Created at | Message |
| wip | 514c8531c3092c5e65fe2175dfddd92da194dee3 | TUV\gabrielg | 2019-12-03T15:39:31.000Z | wip - fixed code and some tests - one test fails - dont know why it seems it even does not reach GroupController::destroy |
| + Impelemeted ClientService which listens on Authentificated event and by this… | c81ec341fadb69a5569d8c3759ef384aa45dec28 | TUV\gabrielg | 2019-12-03T12:40:48.000Z | + Impelemeted ClientService which listens on Authentificated event and by this event grabs client context + User class now uses trait "MayBelongToOneClient" |