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

[Bug Report]: Create Event Mutation not working as Expected #435

Closed
sandeep-v1404 opened this issue Jan 22, 2022 · 1 comment · Fixed by #436
Closed

[Bug Report]: Create Event Mutation not working as Expected #435

sandeep-v1404 opened this issue Jan 22, 2022 · 1 comment · Fixed by #436
Assignees
Labels
bug Something isn't working

Comments

@sandeep-v1404
Copy link
Contributor

Describe the bug

  • createEvent mutation when triggered throws errors, but still creates event.

To Reproduce
Steps to reproduce the behavior:

  1. npm start
  2. create user
  3. create org
  4. create event

Expected behavior

  • User who created or joined an organization can create event without errors.
  • Appropriate Error messages should appear.

Actual behavior

  • Creator of an organization while creates an event, the mutation throws errors, but still creates event.
  • User, who is not a part of an organization while creates an event, the mutation throws errors, but still creates event.
  • Similar issue with user who joined organization
  • Appropriate Error messages are not being shown.

Screenshots
If applicable, add screenshots to help explain your problem.

  1. createEvent mutation

image

2.events query

image

Additional details

  • I would like to work on this issue.
@sandeep-v1404 sandeep-v1404 added the bug Something isn't working label Jan 22, 2022
@github-actions github-actions bot added the unapproved Unapproved for Pull Request label Jan 22, 2022
@palisadoes palisadoes removed the unapproved Unapproved for Pull Request label Jan 22, 2022
@palisadoes
Copy link
Contributor

Please include appropriate tests as part of the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants