Skip to content

Commit

Permalink
perbaikan pengurutan informasi artikel (#732)
Browse files Browse the repository at this point in the history
* [bug] perbaiki pengurutan informasi artikel

* [ci skip] catatan rilis

---------

Co-authored-by: Andi Fahruddin Akas <[email protected]>
  • Loading branch information
agungsugiarto and andifahruddinakas authored Jul 10, 2023
1 parent 5f45b60 commit 6cb3db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions catatan_rilis.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Di rilis v2307.0.0 berisi perbaikan yang diminta Komunitas OpenDK.
1. [#692](https://github.com/OpenSID/OpenDK/issues/692) Perbaikan gagal impor penduduk ketika menjalankan install:dev.
2. [#503](https://github.com/OpenSID/OpenDK/issues/503) Perbaikan fitur keluhan web dan admin.
3. [#714](https://github.com/OpenSID/OpenDK/issues/714) Perbaikan gambar image not found tidak muncul ketika tidak ada gambar pada modul potensi.
4. [#728](https://github.com/OpenSID/OpenDK/issues/728) Perbaikan pengurutan informasi artikel.

#### Teknis

Expand Down
2 changes: 1 addition & 1 deletion resources/views/informasi/artikel/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{data: 'aksi', name: 'aksi', class: 'text-center', searchable: false, orderable: false},
{data: 'judul', name: 'judul'},
{data: 'status', name: 'status', class: 'text-center', searchable: false, orderable: false},
{data: 'created_at', name: 'created_at', class: 'text-center', searchable: false, orderable: false},
{data: 'created_at', name: 'created_at', class: 'text-center', searchable: false},
],
order: [[3, 'desc']]
});
Expand Down

0 comments on commit 6cb3db9

Please sign in to comment.