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

This plugin prevents normal EE events from saving properly #4

Closed
mnelson4 opened this issue Nov 22, 2017 · 2 comments
Closed

This plugin prevents normal EE events from saving properly #4

mnelson4 opened this issue Nov 22, 2017 · 2 comments
Assignees

Comments

@mnelson4
Copy link

When you save an event with this add-on active, the event fields from the posts table don't get saved

@mnelson4 mnelson4 self-assigned this Nov 22, 2017
@mnelson4
Copy link
Author

It turned out the issue was that the event was getting loaded earlier in the request, and because WP directly updated the db, not the EE event model object, when we later saved the model object, we were overwiting what WP core had previously written for the event in the posts table

@mnelson4
Copy link
Author

note: for some reason branch BUG/4-lightbox-not-reloading-i... references this ticket. That branch was partially merged into master, but the latest commit on it wasn't needed to solve the problem. However, we may still want to make use of that commit later (because it just adds an EE module)

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

No branches or pull requests

1 participant