-
Notifications
You must be signed in to change notification settings - Fork 244
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
Missing name when using the dropdown for location -> contacts #776
Comments
I take it that "Good First Issue" means something as something for beginners :) I took a peak at the contactcontroller.php and in line 70 it shows: It appears to work. There probably is better or more consistent way, but still i liked to share.. |
@pieter-groeneweg I would personally prefer to do it in javascript, but the result would be the same :) |
How do you mean with javascript.. it is the $name that is missing from the addresses in when selected in the locations dropdown. How do I make that visible using javascript? |
It would basically be item.name + newline + item.label |
Or better here already: https://github.com/nextcloud/calendar/blob/v1.6.1/js/app/controllers/editorcontroller.js#L303 location.name + "\n" + location.label |
so I was look for calendar/js/app/controllers/ Am I missing something important here... I installed/enabled through apps admin...? |
Yes, in order to change the javascript code you need to clone this git repository and run the make command to modify the javascript source code |
Then I need to install and set that up that first... :( |
@georgehrke I'd like to work on this. |
I am using nextcloud 13 on debian 8, lamp stack
I already menstioned in
#367 but it seems considered a bug:
When I add an location from the contacts list, let's say : Aunt Betsy.
When I type Au it starts showing Aunt Betsy in the dropdown. When I select, I only get to see the address being set. The name "Aunt Betsy" is left out.
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: