Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
scottcahill

Bug in Pods Addon when filtering on relationship column

There is a bug in the Pods addon when trying to filter on a relationship column. When the relationship is with a different post_type the wrong post_type is being used to filter results on. Problem is in this file:
ac-addon-pods/classes/Field/Pick/PostType.php line 31

Problem: $this->get_option( ‘pick_val’ )
Change to: $this->get( ‘pick_val’ )

4 years, 10 months ago
Stefan van den Dungen Gronovius
Developer

Thanks for reporting this issue to us, much appreciated.
I’ve changed it in our code and release the PODS integration with the fix.
Thanks again!

4 years, 10 months ago

You must be logged in to reply to this topic.