Skip to content

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

Open
@sypets

Description

@sypets

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions