Skip to content
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 empty event description displaying "undefined" #23

Closed
2 tasks done
bradwj opened this issue Feb 14, 2022 · 0 comments
Closed
2 tasks done

Fix empty event description displaying "undefined" #23

bradwj opened this issue Feb 14, 2022 · 0 comments
Labels
backend bug Something isn't working frontend g-events related to group event functions

Comments

@bradwj
Copy link
Owner

bradwj commented Feb 14, 2022

Event descriptions should be optional, but when no description is inputted, it stores "undefined" as the description instead.

The optional event description also needs to be handled in the backend when sending the messages through Twilio. Currently when no description is present, the message contains "Description: undefined" but instead, no description label should be sent.

  • frontend
  • backend
@bradwj bradwj added backend bug Something isn't working frontend g-events related to group event functions labels Feb 14, 2022
@bradwj bradwj added this to To do in FriendAdvisor Feb 15, 2022
pmaxhogan added a commit that referenced this issue Feb 18, 2022
@pmaxhogan pmaxhogan moved this from To do to In progress in FriendAdvisor Feb 18, 2022
@pmaxhogan pmaxhogan moved this from In progress to Done in FriendAdvisor Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend bug Something isn't working frontend g-events related to group event functions
Projects
Development

No branches or pull requests

2 participants