chore(console): bump objectui to include the section-form widget-hint fix#2883
Merged
Conversation
fix(form): honor field widget hint on the section-layout path objectui@3cf3b9c101470193b3a2a4f6f7d4fd521fe1dfa0
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
objectui#2453 merged to main as a44e7b6; re-point .objectui-sha from the feature-branch commit to the permanent main commit so the console build resolves a durable SHA. Co-Authored-By: Claude <noreply@anthropic.com>
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.
Why
Follow-up to #2881. That PR bumped the objectui pin to include the sharing/webhook picker widgets — but browser verification revealed the widgets still didn't render: on the Setup New Sharing Rule form the Object field was still a plain text input.
Root cause was an objectui form-rendering bug (not the pin):
ObjectFormrenders objects that declare field groups (likesys_sharing_rule) via an auto-derived section layout that never hoisted a field'swidgetoverride to the top-level form-field config, so the renderer fell back to the baretypeand degraded every picker field to a text input.Fixed upstream in objectui#2453 (
fix(form): honor field widget hint on the section-layout path, merged). This PR advances.objectui-shato include that fix so the prebuilt Console SPA renders the pickers.Verification (in-browser, against a live backend)
Walked the React fiber for every field on the
sys_sharing_rulecreate form with the fixed Console:widgetNon-widget fields unchanged (name/label → text, recipient_type/access_level → select).
sys_webhook(from #2880) shares the same field-group +object-refstructure and is covered by the same fix.Changes
.objectui-sha:6a741605b1e0→a44e7b6b28c6(the merged objectui#2453 commit on objectui main; range also includes intervening main commits).changeset/console-a44e7b6b28c6.md:@objectstack/consoleminor bump🤖 Generated with Claude Code