All Topics
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’ )
You must be logged in to reply to this topic.