chore: bump .objectui-sha → curated forms graft server-only fields (skew root-cure, last piece)#1655
Merged
Merged
Conversation
Pins objectui to 3905d0e (PR #1580 merge), which completes the last piece of the cross-repo spec-skew root-cure: the curated report/dashboard/view "home" inspectors now graft server-only top-level fields (e.g. a report's dataset/rows/values/runtimeFilter from /meta/types → entry.schema) onto the bundled-spec form via the new mergeServerFields() helper. New server fields are now directly editable in the right-hand curated form, not only via the raw source tab. Browser-verified against the running console: the report editor's 属性 panel now shows a "更多字段" section with Dataset (= sales_preview) / Rows / Values / runtimeFilter sourced from the live server schema. 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.
Pins objectui to
3905d0e(objectui #1580, merged), completing the last piece of the cross-repo spec-skew root-cure.What objectui #1580 does
The curated report/dashboard/view home inspectors derive their form from the bundled
@objectstack/spec. When the server adds fields (e.g. a report'sdataset/rows/values) before objectui bumps the bundled spec, those fields existed in the live server schema (/meta/types→entry.schema) but were only editable via the raw source tab. NewmergeServerFields()grafts server-only top-level props onto the bundled-spec form (additive, lag-tolerant — no-op offline / once the bundle catches up).clientValidationalready stopped the client from being stricter than the server; this is the symmetric half that makes the curated form a superset.Verification
sales_preview) / Rows / Values / runtimeFilter, sourced from the live server schema.mergeServerFieldstests + 69 existing inspector/schema tests green.build-console.sh: 32/32 tasks, dist ready (32324 KB) from objectui@3905d0e; bundle ships themergeServerFieldschunk.Note:
packages/console/distis gitignored — release rebuilds from.objectui-sha.🤖 Generated with Claude Code