-
Notifications
You must be signed in to change notification settings - Fork 173
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
vcard gender not working properly since vue.js #780
Comments
This issue occurs since Nextcloud 15.0.0 Contacts 3.0.0 app as well. |
Please open another ticket for that. This is a separate discussion that needs to be discussed. |
Raah, dammit you're right! I read the rfc too fast and butchered your pr! 😞 |
i dont mind continuing with the latest master branch. but i havent figured out the logic of it in detail, yet. but nextcloud-vue 0.5.0 still gives error |
I'd rather revert the pull request first. I'm not happy with what I did. :) |
@hirschrobert master is fixed now! The datepicker does not cause any more issue :) |
can someone give some hints, since i am new to vue.js? (@skjnldsv )
vcard
GENDER
has no type parameter according to rfc 6350, but here is saved with one(GENDER;TYPE=F:
instead ofGENDER:F
). this probably leads to the superfluous input text field. just the select field with the three options ("female", "male", "other") would be enough.property heading "Gender" in the view is missing, too. Or some hint what this field is supposed to save.
further the question, how a single gender value (i.e. female) can be saved with both
GENDER:F
andX-WAB-GENDER:1
? This is necessary for i.e. MS Outlook compatibility.thanks!
(this is an update for issue #214 )
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: