Skip to content

sales/index and sales/opportunities still say the won-deal alert emails "sales management"; the flow notifies the owner alone — and sales/opportunities contradicts itself on the same page #1136

Description

@yinlianghui

Found while implementing #1127 (PR pending). Out of scope there — #1127's surface is the large-deal operator only — so filed rather than fixed, even though I edited these exact lines for the operator and left the recipient claim standing.

Measured

opportunity_won_alert's notify node has a recipients list with the single entry {record.owner_id}. Six lines across two pages say it goes to sales management:

file line text
content/docs/sales/index.mdx 43 "sales management is notified by email"
content/docs/sales/index.zh-Hans.mdx 43 "销售管理层会收到邮件通知"
content/docs/sales/index.zh-Hant.mdx 43 "銷售管理層會收到郵件通知"
content/docs/sales/opportunities.mdx 78 "sales management gets an email"
content/docs/sales/opportunities.zh-Hans.mdx 78 "销售管理层会收到邮件"
content/docs/sales/opportunities.zh-Hant.mdx 78 "銷售管理層會收到邮件"

sales/opportunities contradicts itself: line 78 says sales management, and line 174 on the same page says the recipients list is "the single entry {record.owner_id} — the deal owner alone".

Already fixed everywhere else — this is the leftover

This exact claim was corrected on two other surfaces and these two pages were missed both times:

So three surfaces now agree with the flow and two pages still do not.

Why it matters

It is the recipient, not a detail of it: a sales manager reading sales/index expects an inbox signal on every big win and will never get one. sales/index is the section landing page, so it is a first-read surface. And the self-contradiction inside sales/opportunities means one of the two lines is misleading whichever way the reader resolves it.

Same guard gap as #1135: no gate reads these pages.

Fix

Reword six lines to name the deal owner. No behaviour change; the flow is correct as shipped.

Refs #1127 · #875 · #851 · #1135

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationpm:dispatchedDispatched to a dev agent by /pm-dispatch

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions