-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[#12048] Refactor FeedbackResponses and FeedbackResponseComments attributes #12791
Conversation
4d2f424
to
b213aab
Compare
b213aab
to
4861d41
Compare
ab40081
to
424b2ab
Compare
29c0c1e
to
bc5c4f7
Compare
- Update test input data file - Fix bug in incorrect parameter - Add getUserByEmail functionality - Reorder loading of entities to account for FK constraints
…d test data (partial)
3c27af8
to
868897b
Compare
Folks, This PR seems to be stalling (no activities for the past 74 days). 🐌 😢 |
Folks, This PR seems to be stalling (no activities for the past 7 days). 🐌 😢 |
@domlimm Could you fix the failing CI |
Folks, This PR seems to be stalling (no activities for the past 7 days). 🐌 😢 |
@domlimm reopen it when you are ready to continue with it again |
Part of #12048. Fixes #12724
Outline of Solution
FeedbackResponses:
giver
attribute to useUser
entity insteadrecipient
attribute to useUser
entity insteadFeedbackResponseComments:
giver
attribute to useUser
entity insteadrecipient
attribute to useUser
entity insteadlastEditor
attribute to useUser
entity instead