chore: bump objectui to 2fb38edbeb12 (finish create-user phone fix — #2419)#2876
Merged
Merged
Conversation
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 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps the pinned objectui SHA (
.objectui-sha) from9138e68413f3→2fb38edbeb12soscripts/build-console.shrebuilds the bundled Console fromobjectui main including objectstack-ai/objectui#2419.
Why
Completes the create-user phone fix end to end. Recap of the three-part fix:
ActionParamDialog.filterVisibleParamshides a param whosevisibleCEL predicate is false.create_user'sphoneNumberparam withvisible: 'features.phoneNumber == true'.resolveActionParamsnow propagatesvisiblefrom the served param through to the dialog (it was silently dropped, so the field kept rendering despite 1 + 2).The running Console is built from this pinned SHA, so #2419 only reaches a
deployment once the pin advances — this PR.
Range
objectui 9138e68413f3...2fb38edbeb12— one commit:visiblepredicate through resolveActionParams (fix(automation): accept config.fieldValues as an alias for create/update_record fields #2419)After merge
scripts/build-console.sh(run in CI/publish or locally) rebuildspackages/console/distfrom the new SHA. In the create-user dialog thePhone Number field is then hidden whenever the
phoneNumberauth plugin isoff (
features.phoneNumber == false), instead of offering a field the backendrejects.
🤖 Generated with Claude Code