fix(audit): residential/tenancies — M28 (unified stage validation), M29 (explicit-disable wins), L31 (active-tenancy warning), L32 (socket event + saveStages tx)
Updated tenancy-auto-create integration test to assert M29 (explicit disable respected) instead of the old re-enable behavior. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -34,6 +34,7 @@ export function BerthTenanciesTab({ berthId }: BerthTenanciesTabProps) {
|
||||
useRealtimeInvalidation({
|
||||
'berth_tenancy:created': [['berths', berthId, 'tenancies']],
|
||||
'berth_tenancy:activated': [['berths', berthId, 'tenancies']],
|
||||
'berth_tenancy:updated': [['berths', berthId, 'tenancies']],
|
||||
'berth_tenancy:ended': [['berths', berthId, 'tenancies']],
|
||||
'berth_tenancy:cancelled': [['berths', berthId, 'tenancies']],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user