-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
unable to view the commented message during submission validation #1617
Comments
blocked by : #1694 |
Let's use task comments, so this will be a task history entry of type COMMENT, but to distinguish it as a submission comment we can have the comment start with Then when we load the comments on the frontend we can split out these comments into a separate array. We could possibly update this in the future to have a separate action |
submission comment on the submission instance page |
I think it's fine as you suggested Manjita - submit and view on the submission page |
Describe the bug
During the submission validation, I can post the comment on individual submission but there is no place for users to view those submissions.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The comment section should be added on submission details page to view the comments on those submission.
Screenshots
The text was updated successfully, but these errors were encountered: