From 06c520afc05d1fa35d2986004825c8ff0b45fbd6 Mon Sep 17 00:00:00 2001 From: os-zhuang Date: Mon, 13 Jul 2026 13:28:43 +0800 Subject: [PATCH] chore: bump objectui to 2fb38edbeb12 Refreshes the bundled Console to objectui main including #2419, which propagates the action-param `visible` predicate through resolveActionParams. Completes the create-user phone fix end to end: the console now honors the served `visible: 'features.phoneNumber == true'` predicate on the create_user phoneNumber param, hiding the field when the phoneNumber auth plugin is off instead of offering a field the default backend rejects. objectui range: 9138e68413f3...2fb38edbeb12 Co-Authored-By: Claude Opus 4.8 --- .changeset/console-2fb38edbeb12.md | 15 +++++++++++++++ .objectui-sha | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .changeset/console-2fb38edbeb12.md diff --git a/.changeset/console-2fb38edbeb12.md b/.changeset/console-2fb38edbeb12.md new file mode 100644 index 0000000000..1dbdc1e73c --- /dev/null +++ b/.changeset/console-2fb38edbeb12.md @@ -0,0 +1,15 @@ +--- +"@objectstack/console": patch +--- + +Console (objectui) refreshed to `2fb38edbeb12`. Frontend changes in this range: + +- fix(app-shell): propagate action-param `visible` predicate through resolveActionParams (#2419) + +Completes the create-user phone fix: `resolveActionParams` now carries the +`visible` CEL predicate through to `ActionParamDialog`, so the `phoneNumber` +field is hidden when the `phoneNumber` auth plugin is off +(`features.phoneNumber == false`) instead of rendering a field the backend +rejects. + +objectui range: `9138e68413f3...2fb38edbeb12` diff --git a/.objectui-sha b/.objectui-sha index c375a6cfe4..a7a77983e2 100644 --- a/.objectui-sha +++ b/.objectui-sha @@ -1 +1 @@ -9138e68413f331efa63988885c19d89aae16d5d3 +2fb38edbeb12d92461d70bf547dece8d97462c29