Pedro Martins
Pedro Martins
I sure not going to change your code. The example I provided you works flawless, I'v just tested it, so you should be able to change the names and have...
This is pending a PR for a bug in https://github.com/spatie/laravel-backup/pull/1873
I've just tagged it next-version so it does no screw our issue report 👍
Hey @malle-pietje sorry it took so much time to get into this. We indeed need a better log viewer, unfortunately this had not been a priority and I am afraid...
This is worth investigating. In my opinion you are right, attributes should be inherited from the first field definition. If you have the field in `setupCreateOperation` and you do `$this->setupCreateOperation()`...
> Hey @pxpm > > An exception is being logged whenever the user doesn't have access. It is not only limited to `setAccessCondition`. `Crud::denyAccess` does the same. > > I...
@karandatwani92 that depends on your log level settings I guess. In Backpack we are not doing `Log::error()` or something similar. Like I told you, you are trying to access a...
> > Hey @pxpm IDK if we are on the same page. I mean, this logs an error for each attempt, and we both assume it should not be saved...
I got back here with a fresh perspective, and I think I got what you guys where trying to say. I did some digging and I found that Laravel itself...
Thanks @manfield for the report 🙏 I've just merged the fix and will tag a new version later today after I merge some other stuff 👍 Let us know if...