Skip to content

Commit

Permalink
[BUGFIX] Use correct column type for post sorting by date in backend
Browse files Browse the repository at this point in the history
Releases: master, 9.1, 9.0, 8.7, 7.6
  • Loading branch information
benjaminkott committed May 9, 2019
1 parent 5c3a893 commit 3f5c413
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 @@ -11,7 +11,7 @@ <h1><f:translate key="backend.headline.posts" /></h1>
<f:if condition="{f:count() -> posts} > 0">
<f:then>
<div class="table-fit">
<table class="table table-striped table-bordered dataTables" data-columns='[{"type": "string"}, {"type": "string"}, {"type": "string"}, {"type": "string"}, {"type": "date"}]'>
<table class="table table-striped table-bordered dataTables" data-columns='[{"type": "string"}, {"type": "string"}, {"type": "string"}, {"type": "string"}, {"type": "num"}]'>
<thead>
<tr>
<th><f:translate key="backend.table.title" /></th>
Expand Down

0 comments on commit 3f5c413

Please sign in to comment.