From 628bb828e3dfbaf04bdff5b77a919924649d8422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Gu=CC=88ell=20Segarra?= Date: Mon, 28 Oct 2024 15:51:51 +0100 Subject: [PATCH] Revert "Merge branch 'fix/adjust-fallback-widget-type' into alpha" This reverts commit ad515d914a44b9acc075e34ed5bfd85e0ea861d3, reversing changes made to d3f7936277d5fc86d82f02d46c6e6c1c005b84b9. --- src/spec/Form.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spec/Form.spec.ts b/src/spec/Form.spec.ts index 733c4a7..7ccdfbd 100644 --- a/src/spec/Form.spec.ts +++ b/src/spec/Form.spec.ts @@ -5975,7 +5975,7 @@ describe("A Form", () => { const field_char = form.findById("field_char"); expect(field_char!.domain!).toBe("[('value', '=', 'form')]"); }); - it("a field with no supported type should fallback to field generic widget", () => { + it.only("a field with no supported type should fallback to field generic widget", () => { const fields = { field_char: { digits: [16, 2],