docs(objectstack-ui): document detail.hidePath status-stepper opt-out#2447
Closed
baozhoutao wants to merge 1 commit into
Closed
docs(objectstack-ui): document detail.hidePath status-stepper opt-out#2447baozhoutao wants to merge 1 commit into
baozhoutao wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Set detail: { hidePath: true } to suppress the auto record:path status
stepper when the detected status picklist isn't a linear pipeline (e.g. a
field that folds a risk gradient into the status). Mirrors objectui#2062.
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
Documents
detail.hidePathin theobjectstack-uiskill, next todetail.relatedLayout(added in #2418):Why
The record detail page auto-detects a status/stage field and renders it as a Lightning Path-style stepper, marking every option before the current value as completed. That's wrong when the picklist isn't a linear pipeline — e.g. a status that folds a risk gradient into its options (
已完成 / … / 进行中-特高风险 / 已逾期). Authors need a config-level off switch; the skill now documents it, including the detection heuristic (a plainselectis not auto-promoted) and the "fix the data model first" guidance.Pairs with the renderer wiring in objectui#2062.
Scope
Docs only — one block added to
skills/objectstack-ui/SKILL.md.