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 a problem when you publish an event #103

Merged
merged 2 commits into from
Feb 19, 2024
Merged

Fix a problem when you publish an event #103

merged 2 commits into from
Feb 19, 2024

Conversation

amieiro
Copy link
Collaborator

@amieiro amieiro commented Feb 19, 2024

When a user creates or updates an event, it was set as draft.

This PR updates some JavaScript to solve this problem. To test it, you can:

  • Publish a new event.
  • Publish a published event.
  • Publish a drafted event.

Fixes #94

Copy link
Member

@akirk akirk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed that it works now!

@amieiro amieiro merged commit ef9cce1 into trunk Feb 19, 2024
2 checks passed
@amieiro amieiro deleted the fix-publish-event branch February 19, 2024 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Editing published event will put it back to draft
2 participants