Details des Tickets

Beschreibung,Kommentare und Anhänge

merge request id 132
TitelWIP: 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.
Statusmerged
Created at 2019-12-03T12:45:13.441Z
Updated at 2019-12-09T07:55:43.680Z
Source branchfeature/LL-136-fix-auth-user-client-exception
Target branchdevelop
AuthorGregor Gabriel
AssigneeMarcel Pociot

Discussion notes

added 1 commit
  • 514c8531 - wip
Compare with previous version
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

Merge Commits

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"