Pedro Martins
Pedro Martins
Well, there are a few valid points here: - You can conditionally load the JS with `@if($crud->hasFieldWhere('name', 'my_field_name')`, but I am not very confortable mixing PHP and JS in a...
Well maybe @skpr-repo solution goes in-line with what I purposed without adding the parameter. We just move the error raising to the methods, so `CrudField('field_that_does_not_exist')` would not raise the error,...
You can add the "JS glue" to your custom fields if you build the custom fields using the Backpack template with the `@include(wrapper)` and you can tell backpack the real...
@tabacitu What does not work is repeatable over repeatable, but using selects it works: https://recordit.co/SuEWKUAAoR
@abejenaru hello \o Isn't this server configuration ? You probably need to allow `PUT, DELETE, PATCH` verbs on your webserver configuration. How you do it, will depend on your webserver....
Thanks @abejenaru . When we did it it was the convention. I 100% agree with you, post and get are more than enough in my humble opinion, the advantage of...
Hey @flap152 thanks alot for the feedback and for providing your solution for it. I am sure it will help people looking for the same. But bare with me here:...
@lordjack I totally agree with you! I've needed this before and just did the same as you, created a custom `checklist_array`. I think it is **very very** useful, I 100%...
@kasperbjerby hi there 👋 I think you are on the rigth track if you want to customize the backpack search logic. Just take in consideration that Backpack also provides the...
Like I told you, you are on the rigth track but I am not sure how it will end. From what I see you already have the `model instances` when...