Conversation
|
🔄 AI PR Review sedang antri di server...
|
Contributor
|
Masih menggunakan get semua, posisi sinkronisasi tidak aktif simplescreenrecorder-2026-05-13_10.21.28.mp4yang database gabungan sudah OK, posisi sinkronisasi aktif |
Contributor
|
dibantu lanjut review mas @pandigresik |
Contributor
|
OK, sudah sesuai simplescreenrecorder-2026-05-13_11.28.16.mp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
issue #1524
penyesuaian api gabungan https://github.com/OpenSID/API-Database-Gabungan/pull/404
Deskripsi
Pull Request ini menyelesaikan masalah WAF (Web Application Firewall) yang memblokir request DataTables pada menu di Menu Data -> PFinansial Laporan APBDes. Pemblokiran terjadi karena request DataTables secara default menggunakan method
GET, yang menghasilkan URL query string yang sangat panjang saat mengirim parameter sepertidraw,columns,order,search, dan lain-lain.Solusi yang diimplementasikan adalah mengubah metode request ajax DataTables dari
GETmenjadiPOST, sehingga parameter dikirimkan melalui request body, bukan di URL.Perubahan yang Dilakukan
GETkePOSTdan menambahkan headerX-CSRF-TOKENpada 4 file view:data\anggaran_desa\gabungan\index.blade.phpdata\anggaran_desa\gabungan\index.blade.phproutes/web.php)Checklist