Skip to content
Discussion options

You must be logged in to vote

Hey @rawad1 we will be "fixing" this in a next version in a short time, we have the PR already created but we still need to do some changes. Laravel-Backpack/CRUD#5422

At the moment you need to add exactly like I posted to you CRUD::allowAccess('Export') (notice the capital "E"). Or you can tell your button to use export as key by defining:

->meta([
        // if you want to use the key `export` instead of `Export`. If you want the button to be visible all the time you can also set this to `true`
        'access' => 'export',
        // ... all other stuff
    ])

Cheers

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pxpm
Comment options

You must be logged in to vote
1 reply
@pxpm
Comment options

pxpm Jan 18, 2024
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants
Converted from issue

This discussion was converted from issue #807 on January 18, 2024 12:33.