katzwebservices / Gravity-Forms-Directory

http://wordpress.org/plugins/gravity-forms-addons/
GNU General Public License v3.0
8 stars 3 forks source link

Resolve directory columns issue #35

Closed shamalisulakhe closed 3 years ago

shamalisulakhe commented 4 years ago

Issue - https://wordpress.org/support/topic/gravity-directory-column-editor-not-working/

Found that the function GFForms::process_exterior_pages() in Gravity Forms plugin was executing exit() before the function GFDirectory_EditForm::process_exterior_pages written in Gravity forms directory plugin code.

Changed action priority so that the process_exterior_pages written in directory plugin executes first.

zackkatz commented 3 years ago

Use #36 instead.