Page body
What this page does
This detail page edits one existing bet-limit rule at /bet-limits/[betLimitId].
What changes compared with create
Games Categories is locked in edit mode
The edit workspace shows a disabled category summary instead of the create multi-select. Operators can review the current category scope, but cannot re-fan-out or move the rule to a different category from this page.
The same targeting and behavior fields stay editable
Operators can still update:
- description
- priority
- amount range
- include/exclude tags
Apply only when player declined MWLActive
Disabling the rule triggers backend cleanup logic
UpdateBetLimitService runs an extra SQL cleanup path when a rule is saved with isActive = false. The intent is to clear linked player assignments for the now-inactive rule.
Verification status
- status:
verified_backend - FE edit route verified in
BetLimitFormedit mode - backend detail/update routes verified in
AdminController.getBetLimitDetailandAdminController.updateBetLimit