-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Status of feedback thread not displayed on learner dashboard. #7161
Comments
I was looking into this issue and fixed it but realized that there's a major issue in our translation feature. The expected pattern for translate-values is {key: '<[expression]>'} and we haven't used the quote(') for any values. Also, in some places (like in learner dashboard page), we have used expressions for generating keys which are not required. Another issue (introduced here): We have used I think the first issue was introduced in #6907 (not sure!), @YashJipkate will it be possible for you to fix this issue? (need to be tested thoroughly) Do let me know if you are busy with your project and you don't have enough time, in that case, I'll go ahead and make a PR! |
Unassigned @YashJipkate and assigning myself. (As per hangout discussion) |
Describe the bug
The learner dashboard does not show the status of the feedback thread.
To Reproduce
Observed behavior
Status not visible.
Expected behavior
Status should be visible
Screenshots
The Learner dashboard:
The Creator dashboard:
The text was updated successfully, but these errors were encountered: