Skip to content

Commit

Permalink
[BUGFIX] Use correct column type for comment 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 3f5c413 commit a88a725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Backend/Comments.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1><f:translate key="backend.headline.comments" /></h1>
<f:form class="form-inline" action="updateCommentStatus">
<f:form.hidden name="filter" value="{activeFilter}" />
<f:form.hidden name="blogSetup" value="{activeBlogSetup}" />
<table class="table table-striped table-bordered table-comments dataTables" data-columns='[{"searchable": false, "orderable": false}, {"type": "string"}, {"type": "string"}, {"type": "string"}, {"type": "date"}]'>
<table class="table table-striped table-bordered table-comments dataTables" data-columns='[{"searchable": false, "orderable": false}, {"type": "string"}, {"type": "string"}, {"type": "string"}, {"type": "num"}]'>
<thead>
<tr>
<th><f:translate key="backend.table.actions" /></th>
Expand Down

0 comments on commit a88a725

Please sign in to comment.