refactor(form-builder): pre-publish check reads form_field_bindings; drop binding JSON columns
This commit is contained in:
@@ -71,7 +71,6 @@ final class FormFieldApiTest extends TestCase
|
||||
Sanctum::actingAs($this->admin);
|
||||
$field = FormField::factory()->create([
|
||||
'form_schema_id' => $this->schema->id,
|
||||
'binding' => null,
|
||||
]);
|
||||
FormSubmission::factory()->create([
|
||||
'form_schema_id' => $this->schema->id,
|
||||
@@ -92,7 +91,6 @@ final class FormFieldApiTest extends TestCase
|
||||
Sanctum::actingAs($this->admin);
|
||||
$field = FormField::factory()->create([
|
||||
'form_schema_id' => $this->schema->id,
|
||||
'binding' => null,
|
||||
]);
|
||||
FormSubmission::factory()->create([
|
||||
'form_schema_id' => $this->schema->id,
|
||||
|
||||
Reference in New Issue
Block a user