Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Show time of deletion (deletion_timestamp) for mails in powermail Backend module #10

Open
sypets opened this issue Jan 7, 2025 · 0 comments

Comments

@sypets
Copy link
Contributor

sypets commented Jan 7, 2025

For existing Powermail Mails show the deletion time in the BE module

e.g.

image

Should probably be added in powermail:

Resources/Templates/Partials/Module/List.html

<f:if condition="{mail.deletionTimestamp}">
  <dl class="powermail_listbe_details_dl powermail_listbe_details_dl_additional">
      <dt>
        <strong><f:translate key="...</strong>
   </dt>
   <dd>
     <f:format.date format="d.m.Y" >{mail.deletionTimestamp}</f:format.date>
   </dd>
  </dl>
</f:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant