Pedro Martins
Pedro Martins
So maybe in other words, tabs could have a button stack, something like: ```html @if ( $crud->buttons()->where('stack', 'my_stack_name')->count() ) @include('crud::inc.button_stack', ['stack' => 'my_stack_name']) @endif ``` And you could add buttons...
I get what you mean. But I am not sure we want to make Tabs a first class citizen. We would do what? ```php CRUD::field('test') ->tab([ 'tab' => 'My Tab',...
Hey @susanu , getting back to revisit some of this old PR's with a fresh perspective. I've created a PR starting from this one, but I still think we shouldn't...
Thanks @drserhii , sorry for the delay on this one. I've just merged the fix in backpack/pro. A `composer update` should get you the updated version: 2.2.9. Cheers
I like this idea and the concept of a searchable text field thanks @dimer47 🙏 The code is very clean and it seems to work properly on simpler use cases....
Hey @MikeyBeLike it would still a BC, because previously if the entry was not found with `getCurrentEntry()` it wouldn't use the `$id`, it would be `false`. If now we return...
I agree we do this, but at the same time we remove setFromDB from our stubs too. Otherwise I don't think it makes sense to deprecate a function that we...
Hey, @AdamovicBoban this is on my plate. I just haven't got the time to get to it yet. Sorry 😞 During this week I will get back here and try...
Hey @AdamovicBoban sorry again, thanks for the ping. There is no built in functionality for a placeholder/null option, but you can just add it yourself as an option: ```php 'options'...
Hey @Astriel what kind of relationship is that ? BelongsTo ? Can you try just with the relation name as the field name to check if it does any difference...