I have a laravel backpack app. I add in setupListOperation
:
addButtonFromView('line', 'getPage', 'backpack-pages::preview-page', 'beginning');
Set viewspace backpack-pages
, and get error
Button view and fallbacks do not exist for getPage button.
Why it doesn't work viewspace in view path?