Closed alkrauss48 closed 1 week ago
Details over how to replicate in filament: https://filamentphp.com/docs/3.x/actions/prebuilt-actions/replicate.
Implement this on app/Filament/Resources/PresentationResource.php in the actions function call (around L156). Convert all the existing actions into a Filament Action Group too.
app/Filament/Resources/PresentationResource.php
actions
When replicating, be sure to customize the data before saving and change the following properties on the new record:
tests/Filament/PresentationResourceTest.php
non-admin users
Details over how to replicate in filament: https://filamentphp.com/docs/3.x/actions/prebuilt-actions/replicate.
Implement this on
app/Filament/Resources/PresentationResource.php
in theactions
function call (around L156). Convert all the existing actions into a Filament Action Group too.When replicating, be sure to customize the data before saving and change the following properties on the new record:
Testing
tests/Filament/PresentationResourceTest.php
in thenon-admin users
describe block for: