-
Notifications
You must be signed in to change notification settings - Fork 180
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
Disable checkbox based on policyAccepted #4038
Disable checkbox based on policyAccepted #4038
Conversation
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.
Hi @manavagr1108, the fix looks good to me and fixes the issue. As an additional step, could you please remove the error message displayed when you toggle the checkox as this is not necessary anymore. Thanks again! once this is done, we should be good for a merge!
Sure @akolson , I will remove the error message and update the pr. |
Have updated the pr @akolson. Do check it out. |
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.
This is looking good @manavagr1108 . Thanks for making the changes and for contributing towards making Kolibir better. Your efforts are very much appreciated!
@manavagr1108 You would also need to clean up an obsolete test that is now failing as regards to the removal of the error message. |
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.
My apologies for not raising this earlier. Please see my comments here
No worries @akolson, I will try to fix it and let you know. |
I have updated the test accordingly. I just felt that its sufficient, if we make sure that the continue button is disabled. If u feel we need to test other parameters do let me know. I will update the pr accordingly. Also sorry if it got delay got caught up with something. |
Hi @manavagr1108, I think there are a few linting issues with the code. Could you please run |
Sorry about it, I completely forgot about it. |
Thanks @manavagr1108. We should be good now. I will merge your pull request once the build is done. Please feel free to pick up other issues in out backlog if you like :) |
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!
Thankyou for helping me out. I will surely try to complete other issues as well. If u have any suggestions on issues for me, do let me know I will be happy to help. |
Summary
Description of the change(s) you made
resolves #4014
Manual verification steps performed
Screenshots (if applicable)
Unchecked:
Checked:
Contributor's Checklist
PR process:
CHANGELOG
label been added to this PR. Note: items with this label will be added to the CHANGELOG at a later timedocs
label has been added if this introduces a change that needs to be updated in the user docs?requirements.txt
files also included in this PRStudio-specifc:
notranslate
class been added to elements that shouldn't be translated by Google Chrome's automatic translation feature (e.g. icons, user-generated text)pages
,components
, andlayouts
directories as described in the docsTesting:
Reviewer's Checklist
This section is for reviewers to fill out.
yarn
andpip
)