chore: bump .objectui-sha → per-widget dataset binding in widget inspector#1656
Merged
Conversation
…ector Pins objectui to ba2867b (PR #1585 merge): the dashboard widget inspector now exposes a "Dataset binding" section (dataset / dimensions / values) so per-widget dataset binding (ADR-0021) is authorable in the form, symmetric to the report's dataset binding — previously editable only via the raw source tab / API because the widget inspector is hand-built, not schema-derived. Browser-verified against the rebuilt console: the "Revenue by Stage" widget in the sales_overview dashboard shows 数据集=sales_preview / 维度=stage / 值(度量)=revenue, all editable; the legacy inline object query stays available (additive dual-form). 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
ba2867b(objectui #1585, merged): the dashboard widget inspector now exposes a Dataset binding section (dataset / dimensions / values), so per-widget dataset binding (ADR-0021) is authorable in the form — symmetric to the report's dataset binding. Previously these were editable only via the raw source tab / API because the widget inspector is hand-built, not schema-derived.Additive dual-form: the legacy inline object query stays available; when
datasetis set,DashboardRendereralready branches to<DatasetWidget>.Verification
sales_overviewdashboard shows 数据集=sales_preview/ 维度=stage/ 值(度量)=revenue, all editable.DashboardWidgetInspectortests + full inspector suite green (68).build-console.sh: dist ready (32332 KB) from objectui@ba2867b.Note:
packages/console/distis gitignored — release rebuilds from.objectui-sha.🤖 Generated with Claude Code