Skip to content

Commit

Permalink
πŸ› Remove Downloadable Files sorting
Browse files Browse the repository at this point in the history
The downloadable files sorting was broken plus, it's not clear now a
downloadable file should be sorted.
  • Loading branch information
kirkkwang committed Sep 17, 2024
1 parent aca33e5 commit d4d4749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/bulkrax/datatables.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Blacklight.onLoad(function() {
{ "data": "name" },
{ "data": "status_message" },
{ "data": "created_at" },
{ "data": "download" },
{ "data": "download", "orderable": false },
{ "data": "actions", "orderable": false }
],
initComplete: function () {
Expand Down

0 comments on commit d4d4749

Please sign in to comment.