-
Description:When model is created via relationship, method Log of [2022-08-23 09:45:01] local.DEBUG: App\Nova\Post::redirectAfterCreate: array (
'editing' => 'true',
'editMode' => 'create',
) But when model is updated via relationship, method Log of [2022-08-23 09:45:21] local.DEBUG: App\Nova\Post::redirectAfterUpdate: array (
'viaResource' => 'users',
'viaResourceId' => '1',
'viaRelationship' => 'posts',
'editing' => 'true',
'editMode' => 'update',
) Detailed steps to reproduce the issue on a fresh Nova installation:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I believe those information are available from |
Beta Was this translation helpful? Give feedback.
I believe those information are available from
input()
and notquery()
on the Request object.