With a freshly created user, I was unable to add a contact as the event list dropdown on the /addcontact page had no items in it. I see that the list is populated by the response to the following query:
SELECT * FROM event_list WHERE user_email = $1
It might be worth providing a new user with a basic set of events, such as Birthdays and Anniversaries.
With a freshly created user, I was unable to add a contact as the event list dropdown on the
/addcontact
page had no items in it. I see that the list is populated by the response to the following query:It might be worth providing a new user with a basic set of events, such as Birthdays and Anniversaries.