From 84e5e12c70a1bbd5e0ff36392e8c0f2414d1a12a Mon Sep 17 00:00:00 2001 From: Norbert Micheel Date: Wed, 18 Feb 2026 17:41:02 +0100 Subject: [PATCH] Fix status field choice in tableset.json Fixes #532 --- install/tablesets/yform_user.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tablesets/yform_user.json b/install/tablesets/yform_user.json index 8eeb015..12c8bfa 100644 --- a/install/tablesets/yform_user.json +++ b/install/tablesets/yform_user.json @@ -177,7 +177,7 @@ "attributes": "", "choice_attributes": "", "choice_label": "", - "choices": "callable::rex_ycom_user::getStatusOptions", + "choices": "rex_ycom_user::getStatusOptions", "db_type": "text", "default": "-1", "expanded": "",