From 33b79445f8525a5c02aae318aa5000e21417e045 Mon Sep 17 00:00:00 2001 From: Ahmad Afandi Date: Mon, 22 Dec 2025 12:40:27 +0700 Subject: [PATCH 1/2] Fix: error pada opsi pilihan tahun dan fungsi filte pada statistik kependudukan --- app/Http/Controllers/StatistikController.php | 1 + resources/views/statistik/index.blade.php | 20 ++++++-------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/app/Http/Controllers/StatistikController.php b/app/Http/Controllers/StatistikController.php index 26daf16f8..2ccd71108 100644 --- a/app/Http/Controllers/StatistikController.php +++ b/app/Http/Controllers/StatistikController.php @@ -44,6 +44,7 @@ public function bantuan() 'detailLink' => url('penduduk'), 'judul' => 'Bantuan', 'default_kategori' => 'penduduk', + 'filter_tahun' => true ]); } diff --git a/resources/views/statistik/index.blade.php b/resources/views/statistik/index.blade.php index 5fa18f172..6156e0ac1 100644 --- a/resources/views/statistik/index.blade.php +++ b/resources/views/statistik/index.blade.php @@ -37,12 +37,14 @@
+ @if(isset($filter_tahun) && $filter_tahun) + @endif
+ @if(isset($filter_tahun) && $filter_tahun)
-
@@ -82,20 +84,17 @@ class="fa fa-print">
-
- -
@@ -121,17 +120,10 @@ class="fa fa-print">
- - -
-
-
-
- -
+ @endif
From 5aa5714c8be776c1fce93187f6ef1d93a0e31e4f Mon Sep 17 00:00:00 2001 From: Abah Roland <59082428+vickyrolanda@users.noreply.github.com> Date: Tue, 23 Dec 2025 09:38:29 +0700 Subject: [PATCH 2/2] [ci skip] memutahirkan catatan rilis --- catatan_rilis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/catatan_rilis.md b/catatan_rilis.md index 458881638..e21b49a3d 100644 --- a/catatan_rilis.md +++ b/catatan_rilis.md @@ -6,6 +6,7 @@ Di rilis ini, versi 2512.0.1 berisi penambahan dan perbaikan yang diminta penggu #### Perbaikan BUG 1. [#873](https://github.com/OpenSID/OpenKab/issues/873) Perbaikan menu laporan data presisi yang hilang. +2. [#879](https://github.com/OpenSID/OpenKab/issues/879) Perbaikan filter tahun pada statistik kependudukan. #### Perubahan Teknis