Pedro Martins

Results 396 comments of Pedro Martins

Hey @jnoordsij I 100% agree with this change, but not sure we can consider it non-breaking as like you said, someone could be doing: ```php $response = $this->crud->performSaveAction(); // request...

Heads up @tabacitu this branch had been updated. MorphTo fields are now treated as subfields. ![image](https://user-images.githubusercontent.com/7188159/183982493-4cb049cb-0f24-4eac-a745-fd8e802704d1.png) I've updated demo and pro PR too. Also added to docs: https://github.com/Laravel-Backpack/docs/pull/368

Hello @kiddtang I've been trying to reproduce this for the last 40m and I was not able to. I am using this fields: ```php $this->crud->addField([ // select2_from_array 'name' => 'test',...

@ziming yes, we can add checks for Laravel version and get this. I am not much in favor of version constrains in code unless is something that completely breaks the...

> laravel 8.75 has a security patch for blade. would that be enough incentive to bump the minimum? > > [GHSA-66hf-2p6w-jqfw](https://github.com/laravel/framework/security/advisories/GHSA-66hf-2p6w-jqfw) (patched in 8.75) > > [GHSA-4mg9-vhxq-vm7j](https://github.com/laravel/framework/security/advisories/GHSA-4mg9-vhxq-vm7j) (patched in 8.40)...

It will be a breaking change since we will be changing the password length. If we bump the version and only account for the password rule it will be non-breaking...

@promatik I refactored as per our comments. I think this cover all the cases, can you give this a new go and let me know if you found any inconsistency...

Hello @anwsonwsymous thanks for the contribution. Can you show me a screenshot of the final result with hints displaying in the columns ? In fields we show the "hint" after...

There are some good ideas that we can extract from here to apply in our `google_address` field, but I think it's time to put this 8 year issue behind us....

Hello @Kovah Thank you very much for the contribution, sorry it took me so much time to come back here. I agree with the proposed solution. I don't think there...