chore(crm): surface Reassign Lead on the record header - #1999
Merged
Merged
Conversation
Extends the demo to `locations: ['list_item', 'record_header']` and adopts the `record.status == "converted"` predicate convention so the CEL `disabled` greys out consistently on both the row menu and the record header. Pairs with the objectui evaluateCondition fix that lets a bare-CEL `disabled` evaluate (instead of always-truthy), so a param-collecting header action opens its dialog. Example-only. Co-Authored-By: Claude Opus 4.8 (1M context) <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
Extends the CRM "Reassign Lead" demo action so it appears on the record
header in addition to the list row:
locations: ['list_item', 'record_header']record.status == "converted"predicate convention so the CELdisabledgreys out consistently on both surfaces (the row menu now exposesboth
record.*and bare-field scopes).Param collection,
dataSource.update, and the Undo toast now all drive from theheader too.
Why
Pairs with objectui#1788,
which fixes
evaluateConditionso a bare-CELdisabledactually evaluates(instead of being silently always-truthy). Before that fix, a param-collecting
apiaction on the record header was treated as permanently disabled and neveropened its param dialog.
Verification
Browser E2E on the lead record page: header Reassign Lead → param dialog →
custom "Lead reassigned." toast → Undo → "Change undone."
Example-only; no shipped-package changes.
🤖 Generated with Claude Code