Mansoor Ahmed
Mansoor Ahmed
I tried to debug this and seems like the Action arguments are flushed out when following methods are called in `HasFormComponentActions` Trait: `getMountedFormComponentActionForm` ```php // Line No: 57 $form =...
@zepfietje @danharrin Should I send a PR to move down the `$action->mergeArguments($arguments);` and call it after the above mentioned methods? I am not quite sure if the arguments are also...
Hey @danharrin Could you please help me what could be a work around for now. Maybe some other way to handle this kind of requirement?
I apologise for not being patient. Thanks for taking time ❤️
Thank you so much for fixing this one.
> I don't really want to track `updated_at`, so I added it to the `$dontVersionable` variable in the model, however when calling the `diff()` method it gives me the following...
@overtrue Seems like there are two issues with snapshot. 1) Initial version does not contain any attributes, so its always null 2) New versions are stored even though the $versionable...
@overtrue I think maybe this is happening because user aaded the DIFF strategy initially but then switched to Snapshot? So one version which was created using DIFF might have a...
I am able to reproduce. Its the DIFF strategy which adds non $versionable attributes
@overtrue I beleive there shouldnt be the DIFF strategy it should only be snapshot. which stores all attributes by default unless you specifiy $versionable.