diff --git a/.gitignore b/.gitignore index f28956df..14bb6985 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ docs specs/ .opencode/ .specify/ +storage/sso diff --git a/app/Http/Controllers/DataPokokController.php b/app/Http/Controllers/DataPokokController.php index 3c814c3f..e662b243 100644 --- a/app/Http/Controllers/DataPokokController.php +++ b/app/Http/Controllers/DataPokokController.php @@ -27,7 +27,7 @@ public function cetak_agama(Request $request) public function kesehatan() { - $title = 'Data Kependudukan dan Statistik'; + $title = 'Data Kesehatan dan Statistik'; return view('data_pokok.kesehatan.index', ['title' => $title]); } diff --git a/app/Services/ApiProxyService.php b/app/Services/ApiProxyService.php index 6b04f5b5..ab85df84 100644 --- a/app/Services/ApiProxyService.php +++ b/app/Services/ApiProxyService.php @@ -146,6 +146,8 @@ protected function callApi(string $method, string $endpoint, array $params = [], } catch (\Exception $e) { Log::error('API Proxy: Exception', [ 'endpoint' => $endpoint, + 'url' => $url, + 'method' => $method, 'file' => __FILE__, 'error' => $e->getMessage(), ]); diff --git a/catatan_rilis.md b/catatan_rilis.md index f03698bf..e9c00579 100644 --- a/catatan_rilis.md +++ b/catatan_rilis.md @@ -7,6 +7,7 @@ Di rilis ini, versi 2608.0.1 berisi penambahan dan perbaikan yang diminta penggu 1. [#1105](https://github.com/OpenSID/OpenKab/issues/1105) Perbaikan filter kecamatan tampil tanpa memilih kabupaten terlebih dahulu. 2. [#1108](https://github.com/OpenSID/OpenKab/issues/1108) Perbaiki filter tahun dan desa masih ada yang kurang di data sandang. 3. [#1111](https://github.com/OpenSID/OpenKab/issues/1111) Perbaiki style pada halaman slide tertutupi card icon penduduk. +4. [#1262](https://github.com/OpenSID/OpenKab/issues/1262) Perbaikan grafik tidak tampil pada Profile Kependudukan - Kesehatan. diff --git a/resources/views/data_pokok/kesehatan/chart.blade.php b/resources/views/data_pokok/kesehatan/chart.blade.php index 1ae76b25..73bf41d2 100644 --- a/resources/views/data_pokok/kesehatan/chart.blade.php +++ b/resources/views/data_pokok/kesehatan/chart.blade.php @@ -1,8 +1,8 @@ @include('data_pokok.data_presisi.partials.chart')