• Resolved martincroker

    (@martincroker)


    There seems to be a defect in wp-club-manager/includes/admin/post-types/meta-boxes/class-wpcm-meta-box-match-details.php which is preventing matches to be created associated with a team.

    The error seems to be on line 107, where this if statement causes the team select list box to not display if the match is not associated with a team (including for a new match post).
    if( is_club_mode() && has_teams() ) { ?>

    removing the has_teams() condition seems to resolve.
    if( is_club_mode() ) { ?>

Viewing 1 replies (of 1 total)
  • Plugin Contributor Leon

    (@leonterry)

    Hi Martin,

    Thanks for getting in touch. I’m just in the process of releasing 2.0.2 which fixes this particular issue.

    Thanks again and if you encounter anymore issues or have any suggestions please don’t hesitate to get in touch.

    Enjoy your weekend ??

Viewing 1 replies (of 1 total)
  • The topic ‘Cannot add matches to teams’ is closed to new replies.