Skip to content

Commit 0bca7ef

Browse files
Update action permissions for Pulsa Kegiatan to include ppspm and bendahara roles
1 parent c6b336a commit 0bca7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Nova/PulsaKegiatan.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public function actions(NovaRequest $request)
242242

243243
return $this->resource instanceof Model && $this->resource->status !== 'open';
244244
});
245-
if (Policy::make()->allowedFor('ppk,pbj')->get()) {
245+
if (Policy::make()->allowedFor('ppk,pbj,ppspm,bendahara')->get()) {
246246
$actions[] =
247247
ExportDaftarPulsa::make()
248248
->showInline()

0 commit comments

Comments
 (0)