chore(tracon2027): set up event based on tracon2026 - #1043
Merged
Conversation
Program v2, kirpputori, konsti, paikkala, kaatobussi and station access setup calls are commented out for now since program planning hasn't started; the functions are left in place to re-enable later.
Concom members get a CBACEntry scoped to field="quotas" on TicketsV2EventMetaType, so they can see real-time quota counts without gaining access to orders, payments, or any tickets_v2 mutation. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
- Tolerate the tracon2027-program-hosts group not existing yet (it's created by setup_program_v2, currently disabled in this setup script). - Wrap Setup().setup() in a transaction: Response.refresh_cached_fields_qs uses select_for_update, which requires one, and this command previously relied entirely on always being run nested inside a larger transaction-wrapped setup chain. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
… (use UI clone tool)
Aketzu
reviewed
Sep 8, 2026
| @@ -0,0 +1,72 @@ | |||
| title: Expense Claim | |||
Contributor
There was a problem hiding this comment.
Should be "Car usage claim" instead of normal expense claim" (ja sama suomeksi)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Program v2, kirpputori, konsti, paikkala, kaatobussi and station
access setup calls are commented out for now since program planning
hasn't started; the functions are left in place to re-enable later.