Add confirmation before deleting a business saying “you can not recreate a business with the same name after disbanding”.
Comments
tesks · Jun 5, 2026, 11:23 AM
Shipped on develop (commit 871a127) as part of the disband-confirmation work (PAR-93).
The confirmation prompt explicitly warns "the name cannot be reused" (firm names stay reserved after disband because getFirmsByNameCount counts archived firms), alongside the funds-return notice, before any disband happens. Requires an explicit /firm disband <firm> confirm within 60s.
Activity
ParadauxIO linked a commit — Commit 871a127 — Require confirmation before disbanding a firm (PAR-93, PAR-86)Jun 7, 2026, 2:49 PM
ParadauxIO changed status to Status → DoneJun 7, 2026, 2:49 PM
Shipped on
develop(commit871a127) as part of the disband-confirmation work (PAR-93).The confirmation prompt explicitly warns "the name cannot be reused" (firm names stay reserved after disband because
getFirmsByNameCountcounts archived firms), alongside the funds-return notice, before any disband happens. Requires an explicit/firm disband <firm> confirmwithin 60s.