Pedro Martins

Results 461 comments of Pedro Martins

Hey @dimer47 thanks for the report and the additional information. I think I got the issue here. The `upload => true` was a requirement since forever, even before the `Uploaders`...

Maybe I can work around it by checking if the field don't contain the macro in the previous attributes, only in the ones provided by `modifyField()`, and in that case,...

I think this is a major BC 😢 Not only on the case you mentioned, but it would also prevent developers from adding **ANY** custom attribute with value false to...

In that case shouldn't you specify that in the `config/database.php` file ? I would setup a new connection for the 3rd party db where I set the table prefix or...

From my research there is nothing we Backpack can do here. Maybe document it a little better, because information about this topic is a bit all over the place. But...

I think defining `tableColumn => true` in your column definition will allow the search logic to work even if we didn't identified it from our custom method and without the...

Hey @susanu thanks for another suggestion. I think more people already asked for this. I like this. and agree with this. We maybe (just maybe) be able to think about...

Hello @michprev thanks for the report. Can you share your relationship definition ? Thanks

Thanks for getting back to me. It could be an issue if using `guarded` instead of `fillable`. Can you try using `fillable` instead of `guarded` in the model ? Cheers

Thank you @michprev I will investigate and get back to you shortly. Cheers