- 
                Notifications
    You must be signed in to change notification settings 
- Fork 108
Set IUserSession user in SessionController if available #3390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| Test summaryRun details
 View run in Cypress Dashboard ➡️ Flakiness
 This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard | ||||||||||||||||||||||||||||||||||||||||||
fixes #2821 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
6aacf0c    to
    b9df729      
    Compare
  
    | /compile | 
| stupid me... this one does not need to be compiled. | 
| /backport to stable25 | 
| /backport to stable24 | 
| /backport to stable23 | 
| I'm actually wondering why we have a separate DirectSessionController, it doesn't seem to be used anywhere. | 
| Yes, seems like some dead code right from the initial pull request #372 | 









 
             
             
            
fixes #2821
Summary
I thought #3356 would fix #2821 but after testing again it appears it didn't because I edited the wrong file. The problem was that if you are the user that edits you of course shouldn't get any notification at all, which is harder to verify than getting a notification :'D
That said, I believe #3356 is still a good change.