gravity-forms-custom-post-types icon indicating copy to clipboard operation
gravity-forms-custom-post-types copied to clipboard

FIX if a default choice is selected, make sure that's saved and displayed. Fixes3

Open richardtape opened this issue 11 years ago • 2 comments

Fixes https://github.com/bradvin/gravity-forms-custom-post-types/issues/3

richardtape avatar Jul 22 '14 19:07 richardtape

This fix is broken in 1.9 as the $field parameter for determineIsSelected is now passed as a field object and not an array. Look for another branch to fix that, soon

richardtape avatar Mar 04 '15 18:03 richardtape

FYI, I have already submitted a pull request a little bit ago that fixes this for GF 1.9. However, it needs to check for pre-1.9 and allow for backwards-compatibility. Feel free to check out my pull request and update for backwards compatibility if you'd like.

jr00ck avatar Mar 05 '15 00:03 jr00ck