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
with actionfield method I suppose that I can on 'Actions' to show some action, just similar as I do in resource :
public function actions(NovaRequest $request)
{
return [
new ExportUsers,
new \Cog\Laravel\Nova\Ban\Actions\Ban(),
new \Cog\Laravel\Nova\Ban\Actions\Unban()
];
}
Detail.vue:216 TypeError: Cannot read properties of undefined (reading 'includes')
at Proxy.getHeadingVisibilityForAttribute (nova-tabs:2:29452)
at nova-tabs:2:33664
at ri (runtime-core.esm-bundler.js:2755:16)
at nova-tabs:2:33522
at ri (runtime-core.esm-bundler.js:2755:16)
at Proxy.<anonymous> (nova-tabs:2:32271)
at $n (runtime-core.esm-bundler.js:816:16)
at Ee.fn (runtime-core.esm-bundler.js:5764:26)
at Ee.run (reactivity.esm-bundler.js:178:19)
at runtime-core.esm-bundler.js:5814:51
(anonymous) @ runtime-core.esm-bundler.js:226
pn @ runtime-core.esm-bundler.js:208
$n @ runtime-core.esm-bundler.js:853
(anonymous) @ runtime-core.esm-bundler.js:5764
run @ reactivity.esm-bundler.js:178
(anonymous) @ runtime-core.esm-bundler.js:5814
cn @ runtime-core.esm-bundler.js:158
On @ runtime-core.esm-bundler.js:357
On @ runtime-core.esm-bundler.js:367
Promise.then
_n @ runtime-core.esm-bundler.js:270
An @ runtime-core.esm-bundler.js:264
(anonymous) @ runtime-core.esm-bundler.js:5810
Ie @ reactivity.esm-bundler.js:373
Fe @ reactivity.esm-bundler.js:363
Re @ reactivity.esm-bundler.js:337
(anonymous) @ reactivity.esm-bundler.js:487
set @ runtime-core.esm-bundler.js:2986
initializeComponent @ Detail.vue:216
await in initializeComponent
mounted @ Detail.vue:176
(anonymous) @ runtime-core.esm-bundler.js:2675
cn @ runtime-core.esm-bundler.js:158
un @ runtime-core.esm-bundler.js:166
(anonymous) @ runtime-core.esm-bundler.js:2655
Sn @ runtime-core.esm-bundler.js:325
J @ runtime-core.esm-bundler.js:6335
mount @ runtime-core.esm-bundler.js:3824
(anonymous) @ runtime-dom.esm-bundler.js:1431
liftOff @ app.js:213
(anonymous) @ 4?products_page=1&products_filter=W3siQXBwXFxOb3ZhXFxGaWx0ZXJzXFxQcm9kdWN0QnlCcmFuZCI6IiJ9LHsiQXBwXFxOb3ZhXFxGaWx0ZXJzXFxQcm9kdWN0QnlTdGF0dXMiOiIifSx7IlJwalxcRGF0ZXJhbmdlcGlja2VyXFxEYXRlcmFuZ2VwaWNrZXIiOm51bGx9XQ%3D%3D:66
Show 25 more frames
Show less
nova-tabs:2 Uncaught TypeError: Cannot read properties of undefined (reading 'length')
at nova-tabs:2:28906
Detail.vue:216 TypeError: Cannot read properties of undefined (reading 'includes')
at Proxy.getHeadingVisibilityForAttribute (nova-tabs:2:29452)
at nova-tabs:2:33664
at ri (runtime-core.esm-bundler.js:2755:16)
at nova-tabs:2:33522
at ri (runtime-core.esm-bundler.js:2755:16)
at Proxy.<anonymous> (nova-tabs:2:32271)
at $n (runtime-core.esm-bundler.js:816:16)
at Ee.fn (runtime-core.esm-bundler.js:5764:26)
at Ee.run (reactivity.esm-bundler.js:178:19)
at R.e.update (runtime-core.esm-bundler.js:5814:51)
(anonymous) @ runtime-core.esm-bundler.js:226
pn @ runtime-core.esm-bundler.js:208
$n @ runtime-core.esm-bundler.js:853
(anonymous) @ runtime-core.esm-bundler.js:5764
run @ reactivity.esm-bundler.js:178
R.e.update @ runtime-core.esm-bundler.js:5814
cn @ runtime-core.esm-bundler.js:158
On @ runtime-core.esm-bundler.js:357
On @ runtime-core.esm-bundler.js:367
Promise.then
_n @ runtime-core.esm-bundler.js:270
An @ runtime-core.esm-bundler.js:264
(anonymous) @ runtime-core.esm-bundler.js:5810
Ie @ reactivity.esm-bundler.js:373
Fe @ reactivity.esm-bundler.js:363
Re @ reactivity.esm-bundler.js:337
(anonymous) @ reactivity.esm-bundler.js:487
set @ runtime-core.esm-bundler.js:2986
initializeComponent @ Detail.vue:216
await in initializeComponent
mounted @ Detail.vue:176
(anonymous) @ runtime-core.esm-bundler.js:2675
cn @ runtime-core.esm-bundler.js:158
un @ runtime-core.esm-bundler.js:166
Rr.t.__weh.t.__weh @ runtime-core.esm-bundler.js:2655
Sn @ runtime-core.esm-bundler.js:325
J @ runtime-core.esm-bundler.js:6335
mount @ runtime-core.esm-bundler.js:3824
t.mount @ runtime-dom.esm-bundler.js:1431
liftOff @ app.js:213
(anonymous) @ 4?products_page=1&products_filter=W3siQXBwXFxOb3ZhXFxGaWx0ZXJzXFxQcm9kdWN0QnlCcmFuZCI6IiJ9LHsiQXBwXFxOb3ZhXFxGaWx0ZXJzXFxQcm9kdWN0QnlTdGF0dXMiOiIifSx7IlJwalxcRGF0ZXJhbmdlcGlja2VyXFxEYXRlcmFuZ2VwaWNrZXIiOm51bGx9XQ%3D%3D:66
Show 25 more frames
Show less
nova-tabs:2 Uncaught TypeError: Cannot read properties of undefined (reading 'length')
at nova-tabs:2:28906
Please give detailed example how to use actionfield, the manuals have to small info about that...
The text was updated successfully, but these errors were encountered:
In manuals https://github.com/eminiarts/nova-tabs?tab=readme-ov-file#Installation I read example code :
with
actionfield
method I suppose that I can on 'Actions' to show some action, just similar as I do in resource :So I made in my resource:
I got error in browser's console :
Please give detailed example how to use
actionfield
, the manuals have to small info about that...The text was updated successfully, but these errors were encountered: