Update page_actions to be consistent with what we can do so far

This commit is contained in:
2025-04-05 14:55:41 +11:00
parent 3a3bf2addb
commit 705bfb2d64
3 changed files with 17 additions and 5 deletions

View File

@@ -386,7 +386,13 @@ class HomeController extends Controller
'dn' => $view
->with('dn',$key['dn'])
->with('o',$o)
->with('page_actions',collect(['edit'=>TRUE])),
->with('page_actions',collect([
'copy'=>FALSE,
'create'=>FALSE,
'delete'=>TRUE,
'edit'=>TRUE,
'export'=>TRUE,
])),
'import' => $view,