-
Notifications
You must be signed in to change notification settings - Fork 116
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
Gravity Forms connector update - bugfix/issue-771 #780
Conversation
Hey @rob - where are we at with this? |
Hi @lukecarbis - sorry, almost done (busy work week at my 'normal' job.) I will hopefully have everything committed tonight! |
@rob Ready for me to test? |
Hi @lukecarbis - sorry for the delays, my day job has been very busy lately. I did manage to do some work and clean up a lot of stuff, and it should work as it stands right now without any errors. But there's still some actions and other stuff I want to go over and clean up still, so it's your call. |
Gravity Forms connector update - bugfix/issue-771
This PR extends #779 with some more fixes. (also see #771)
FYI: All of the current GF export/import tracking functionality is broken in Stream. There's no longer a way to track form exports (and this was causing a bug - see below), and the actions for exporting entries and importing forms has changed. This commit fixes export/import tracking.
I also bumped
PLUGIN_MIN_VERSION
due to the newgform_forms_post_import
action introduced in1.9.13.29
(latest stable release.)I discovered a bug in the current version. The
gform_export_form
line (which is actually a filter, not action) was causing the Gravity Forms .json export file to be empty. After removing that line, exports are working fine.