major-domo-v2/views
Cal Corum 7a5e85323b Fix transaction freeze bypass - respect Current.freeze before posting to #transaction-log
Bug: Transactions were being posted to #transaction-log even when Current.freeze=True.
Transactions should only be posted when Current.freeze=False.

Fix: Added freeze state checks before calling post_transaction_to_log() in both
scheduled (/dropadd) and immediate (/ilmove) submission handlers.

When frozen:
- Transactions are still saved to DB with frozen=True
- NOT posted to #transaction-log (hidden until Saturday processing)
- User sees "Transaction saved during freeze period" message

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-15 17:47:33 -06:00
..
__init__.py CLAUDE: SUCCESSFUL STARTUP - Discord Bot v2.0 fully operational 2025-08-16 07:36:47 -05:00
base.py CLAUDE: Add toggleable stats to /player command and injury system improvements 2025-10-17 23:26:08 -05:00
CLAUDE.md CLAUDE: Add comprehensive CLAUDE.md documentation files for AI agent guidance 2025-10-20 20:30:07 -05:00
common.py Fix sWAR display precision and draft team role pings 2025-12-12 18:41:46 -06:00
confirmations.py CLAUDE: Add comprehensive scorecard submission system 2025-10-16 00:21:32 -05:00
custom_commands.py CLAUDE: Fix double emoji issue in Discord embeds 2025-10-16 23:09:21 -05:00
draft_views.py Add Google Sheet link to draft embeds 2025-12-11 20:10:16 -06:00
embeds.py Fix sWAR display precision and draft team role pings 2025-12-12 18:41:46 -06:00
help_commands.py Add input validation for help command name and category 2025-12-11 19:11:42 -06:00
modals.py CLAUDE: Fix injury roll validation to support playoff weeks 2025-10-29 00:56:39 -05:00
players.py Fix sWAR display precision and draft team role pings 2025-12-12 18:41:46 -06:00
trade_embed.py Add trade acceptance workflow with transaction logging (v2.22.0) 2025-12-04 13:46:10 -06:00
transaction_embed.py Fix transaction freeze bypass - respect Current.freeze before posting to #transaction-log 2025-12-15 17:47:33 -06:00