Fold newsletter compose into Subscribers as a second feature, not its own alternative
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:
Bendik Aagaard Lynghaug
2026-08-05 14:23:38 +02:00
parent 6ed0b65bc2
commit 9910ce0ec4
+4 -7
View File
@@ -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 in Subscribers - picked up by an automation Sends to everyone above - picked up by an automation watching
watching this question, not portal itself. this question, not portal itself.
consequence: [Send]
features:
- name: ""
description: ""
requirements: requirements:
- name: subject - name: subject
label: Subject label: Subject