-
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
[#12652] Copying feedback session: mark session name as mandatory field when copying feedback session #12670
Conversation
…en copying feedback session TEAMMATES#12652
Hi @andreiyusupau, thank you for your interest in contributing to TEAMMATES!
Please address the above before we proceed to review your PR. |
Hi @andreiyusupau, do fix the failing snapshot tests before we review the PR. You can update the snapshots by running (Also, I think lines 15-19 of |
…en copying feedback session TEAMMATES#12652
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nit, otherwise looks great!
src/web/app/components/copy-session-modal/copy-session-modal.component.html
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you for your contribution!
@weiquu Hello! Some things for us to note in the future..
|
hi can i work on it please |
…datory field when copying feedback session (TEAMMATES#12670) * Fix Copying feedback session: mark session name as mandatory field when copying feedback session TEAMMATES#12652 * Fix Copying feedback session: mark session name as mandatory field when copying feedback session TEAMMATES#12652 * Fix Copying feedback session: mark session name as mandatory field when copying feedback session TEAMMATES#12652 --------- Co-authored-by: Dominic Lim <46486515+domlimm@users.noreply.github.com>
Fixes #12652
Outline of Solution
Added the required tag to input for Name of copied session.
Added div with exclamation mark that is shown, form is submitted with empty Name of copied session field.
Added * to label of Name of copied session.