Fold newsletter compose into Subscribers as a second feature, not its own alternative
Lint and reload / lint-and-reload (push) Successful in 2s
Lint and reload / lint-and-reload (push) Successful in 2s
Per feedback: sending a newsletter is naturally part of "Subscribers", not a separate review task. Also fixes a real bug - the standalone Compose newsletter alternative had no `action`, so AlternativeCard never rendered a submit button/form for it at all (has_action gates the <form>, unconditionally). action: /review reloads the dashboard after sending.
This commit is contained in:
@@ -33,21 +33,18 @@ alternatives:
|
|||||||
|
|
||||||
- name: Subscribers
|
- name: Subscribers
|
||||||
description: ""
|
description: ""
|
||||||
|
action: /review
|
||||||
|
consequence: [Send]
|
||||||
features:
|
features:
|
||||||
- name: ""
|
- name: ""
|
||||||
description: ""
|
description: ""
|
||||||
resource:
|
resource:
|
||||||
bucket: portal_subscribers
|
bucket: portal_subscribers
|
||||||
requires_group: owners
|
requires_group: owners
|
||||||
|
- name: Compose newsletter
|
||||||
- name: Compose newsletter
|
description: >
|
||||||
description: >
|
Sends to everyone above - picked up by an automation watching
|
||||||
Sends to everyone in Subscribers - picked up by an automation
|
this question, not portal itself.
|
||||||
watching this question, not portal itself.
|
|
||||||
consequence: [Send]
|
|
||||||
features:
|
|
||||||
- name: ""
|
|
||||||
description: ""
|
|
||||||
requirements:
|
requirements:
|
||||||
- name: subject
|
- name: subject
|
||||||
label: Subject
|
label: Subject
|
||||||
|
|||||||
Reference in New Issue
Block a user