From 967e0729a116bf49c0e369b6cc4fca662b116c01 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 24 Mar 2014 17:38:58 +1100 Subject: [PATCH] Filter players in events by current team. Reported in https://app.asana.com/0/11138574964139/11138574964225 --- admin/post-types/event.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/post-types/event.php b/admin/post-types/event.php index 96a44b3a..e1a19328 100644 --- a/admin/post-types/event.php +++ b/admin/post-types/event.php @@ -171,8 +171,8 @@ function sportspress_event_team_meta( $post ) {
  • ID, 'sp_player', 'block', 'sp_team', $key ); - sportspress_post_checklist( $post->ID, 'sp_staff', 'none', 'sp_team', $key ); + sportspress_post_checklist( $post->ID, 'sp_player', 'block', 'sp_current_team', $key ); + sportspress_post_checklist( $post->ID, 'sp_staff', 'none', 'sp_current_team', $key ); ?>