-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
fix: fix date you met update UX #4511
fix: fix date you met update UX #4511
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.
See my comments.
Please run yarn prod
to build the assets too.
Co-authored-by: Alexis Saettler <alexis@saettler.org>
Co-authored-by: Alexis Saettler <alexis@saettler.org>
…-you-met-defaults-to-today-upon-edit
https://github.com/simonardejr/monica into 1927-fix-for-date-you-met-defaults-to-today-upon-edit
Don't know if I've done everything right (fetching, merge, and stuff), but let me know if I need to do anything else 😁 |
@simonardejr OK it was fine, but because of the merge of your other PR, this one needs to |
I've done the merging and re-run |
…ou-met-defaults-to-today-upon-edit
Thank you @simonardejr |
😁 👍 |
This pull request has been automatically locked since there |
This is a quick fix for issue #1927 ("Date you met" defaults to today upon edit, even if "I don't know" was selected previously).
$contact->first_met
doesn't exists, so, the condition is never met and the checkbox isn't checked. Also,v-model
is always set to 'known' inapp.js
, making the last radio button checked by default.