You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested the following, No API is available to disable them. Endpoints (URL) are always open!🚨
$this->crud->disableDetailsRow(); // hides it from UI only// I doubt the following are working.$this->crud->allowAccess('details_row');
$this->crud->denyAccess('details_row');
The text was updated successfully, but these errors were encountered:
A user reported this here Laravel-Backpack/community-forum#774
Details row endpoints/URL lacks access control.
https://backpackforlaravel.com/docs/6.x/crud-api#details-row
I tested the following, No API is available to disable them. Endpoints (URL) are always open!🚨
The text was updated successfully, but these errors were encountered: