We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All events, on the participant dashboard, have a map hardcoded. This should be instead customizable by the event organizer
The map should be customizable for each event and shouldn't affect other events
Currently, it is hardcoded, and when the user tries to upload a map, the upload fails because it is not declared in the graphql inputs schema
Login as a participant to an event and click on the map tab to see the hardcoded map
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
🐛 Bug Report
What went wrong? 🤔
All events, on the participant dashboard, have a map hardcoded. This should be instead customizable by the event organizer
Expected Behavior
The map should be customizable for each event and shouldn't affect other events
Actual Behavior
Currently, it is hardcoded, and when the user tries to upload a map, the upload fails because it is not declared in the graphql inputs schema
Steps to Reproduce Issue
Login as a participant to an event and click on the map tab to see the hardcoded map
The text was updated successfully, but these errors were encountered: