From d465a3ea7d35ccbfb11299ea4f2da74fb57b5fd9 Mon Sep 17 00:00:00 2001 From: Daeng Deni Mardaeni Date: Mon, 23 Dec 2024 22:46:25 +0700 Subject: [PATCH] Perbarui peran akses pada module.json - Tambahkan role "EO Appraisal" dan "DD Appraisal" pada konfigurasi akses. - Hapus entri duplikat untuk otorisasi pembayaran. - Optimalkan struktur JSON agar lebih efisien. --- module.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/module.json b/module.json index 036edf7..a4ab9c3 100644 --- a/module.json +++ b/module.json @@ -256,18 +256,9 @@ "permission": "", "roles": [ "administrator", - "senior-officer" - ] - }, - { - "title": "Pembayaran", - "path": "otorisator.pembayaran", - "classes": "", - "attributes": [], - "permission": "", - "roles": [ - "administrator", - "senior-officer" + "senior-officer", + "EO Appraisal", + "DD Appraisal" ] }, {