Pedro Martins
Pedro Martins
Thanks, does the `entity => false` in your fields solves the problem ? Also, there is an easy way to share the strack trace here:  You can select what...
Hey Cristian, I think this is a good addition. I've only a few questions/concerns. a) When the script fails to find a matching input, it still adds the `CrudField` object...
> We'd love to have this feature. thanks for working on it ! > > I kindly suggest a way to retrieve not all fields but an object with all...
@tabacitu I asked you before if we should remove the output escaping, since now we are not overwriting user-land errors, and we control the text/html displayed on the exceptions. I...
I've been investigating this a bit more. I think for safety reasons and unpredictable scenarios, not escaping exceptions messages could potentially be a breaking change. There are two ways we...
Open to suggestions @glendonyeo on how we can improve. It's something we always strive, give correct information for the developer to fix their problem. Backpack runs on a "middleware" stack,...
Hey @promatik , from a quick look at this issue and from the description you provided, I think you are looking to know the "CrudController" stuff, mainly the routes for...
I .. don't think we will ever do this. A model can have multiple controllers, so getting the controller from the model it's a no-go IMO. What could solve @promatik...
Hello @AlexKomMsk We had for years documented the usage of `$this->crud->query` as a way to manipulate the underlying panel query. **That was a wrong thing to do!** We shouldn't have...
This has no BCs that I am aware of (at least it shouldn't). I would probably just be cautious on the `JSON_THROW_ON_ERROR` as it may have different results than the...