Actions
Bug #20734
closedDuplicate classes RudderUserDetails
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Internal libs
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
During a refactoring, we duplicated (in place of moving) RudderUserDetails
and CurrentUser
.
This can lead to really suprising behaviour, and it's a suprise nothing broke.
Old RudderUserDetails does not seem to be used in plugins.
Unfortunatly, CurrentUser
(the incorrect one) is used in ChangeValidation, so we will need to keep a stub for compat if we want to do it in 6.2.
For that, I propose to do the change in 7.0 only and only backport if an user-visible problem is discovered because of that.
Actions