Skip to content

Commit

Permalink
[BUGFIX] Use publishDate for date sorting in backend module
Browse files Browse the repository at this point in the history
Releases: master, 9.1, 9.0
  • Loading branch information
benjaminkott committed May 9, 2019
1 parent 6529670 commit cbfefb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Backend/Posts.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1><f:translate key="backend.headline.posts" /></h1>
</ul>
</f:if>
</td>
<td data-order="{f:format.date(format: 'U', date: post.crdate)}"><f:format.date format="d.m.Y">{post.publishDate}</f:format.date></td>
<td data-order="{f:format.date(format: 'U', date: post.publishDate)}"><f:format.date format="d.m.Y">{post.publishDate}</f:format.date></td>
</tr>
</f:for>
</tbody>
Expand Down

0 comments on commit cbfefb3

Please sign in to comment.