S2a: purge legacy Form Builder PHP code and routes
This commit is contained in:
@@ -21,11 +21,10 @@ use App\Models\Person;
|
||||
use Illuminate\Support\Str;
|
||||
|
||||
/**
|
||||
* Seeds the form-builder layer for DevSeeder. Replaces the legacy
|
||||
* RegistrationFieldTemplateService::seedSystemTemplates call — produces 16
|
||||
* system form_templates per org, one FormSchema per event, canonical 16
|
||||
* fields per schema, and a realistic set of FormSubmissions for
|
||||
* approved/applied/no_show persons (matching the migration command rule).
|
||||
* Seeds the form-builder layer for DevSeeder: 16 system form_templates per
|
||||
* org, one FormSchema per event, the canonical 16-field registration set,
|
||||
* and a realistic batch of FormSubmissions for approved/applied/no_show
|
||||
* persons (same rule as the forms:migrate-legacy-data command).
|
||||
*
|
||||
* Callers MUST wrap this in ActivityLog::suppressed() — every field create
|
||||
* would otherwise fire a logFieldChange("created") entry.
|
||||
|
||||
Reference in New Issue
Block a user