Fixed tooltip for scheduled posts in postlist (#20237)

DES-194

The tooltip of scheduled posts always showed subscribers even if it was
not sent as a newsletter.
This commit is contained in:
Peter Zimon 2024-05-22 11:02:53 +02:00 committed by GitHub
parent fb44c2393c
commit 184457b33f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,10 +95,14 @@
<span class="schedule-details" {{css-transition "anim-fade-in-scale"}}>
{{#if @post.emailOnly}}
to be sent
{{this.scheduledText}} to {{humanize-recipient-filter @post.emailSegment}}
{{else}}
to be published {{if @post.newsletter "and sent "}}
{{this.scheduledText}}
{{#if @post.newsletter}}
to {{humanize-recipient-filter @post.emailSegment}}
{{/if}}
{{/if}}
{{this.scheduledText}} to {{humanize-recipient-filter @post.emailSegment}}
</span>
{{/if}}
</span>