-
Couldn't load subscription status.
- Fork 1.9k
Closed
Milestone
Description
Describe the bug
On rendering attendee information on frontend there are fields with labels but no value we need to fix it by serving only not null value to front end
To Reproduce
Steps to reproduce the behavior:
- Create an Event on Frontend and add tickets
- Make attendee form with mixed, required and non required values
- Buy few tickets with mixed information and check attendees under tickets tab of manage events
- You will see labels with blank values
Expected behavior
Labels with blank values should not exist, if a field is blank do not serve it through api
We may fix it by:
- Adding a default value to non required-fields
Additional context
For more refer to this PR and this issue
Working on it