Skip to content

1.0.30

Choose a tag to compare

@connormesec connormesec released this 28 Apr 00:37
· 9 commits to main since this release

Fixes

  • Restore Add Game functionality. The "Add Game" modal had been returning "An error occurred while adding the game." because the pp_add_manual_game AJAX handler was dropped during the team-based schedule refactor in 1.0.27. Reimplemented under the new pattern: writes an insert mod to pp_team_game_mods with a manual_<uuid> game id, rebuilds the display table, and cascades. Edit/delete on manual games continues to work for free via the existing manual_ prefix detection.