Pedro Martins
Pedro Martins
REFS: #2642 Address #2950 ```php CRUD::fieldGroup( CRUD::field('backpack')->label('backpacker'), CRUD::field('backpacker')->label('backpack') )->tab('Backpack Rocks')->label('Backpack Label Override Rocks.'); ```
## WHY ### BEFORE - What was wrong? What was happening before this PR? reported here: https://github.com/Laravel-Backpack/CRUD/issues/4270 Backpack columns are pieces of html when given to the datatables to render....
Pretty much the same behaviour as `disabled` but the input get's `readonly` attribute so it is submitted with form. All the other input elements are disabled the same (like removing...
Fixes #2339 When selecting any option from save actions dropdown the html5 validation was not running. `EDIT: Dunno what happened with this lang files, i just changed 1 file and...
# Bug report ### What I did Tried to add a subfield callback after some action in page (after it loads et all) ### What I expected to happen The...
refs: #1819 # Bug report When we introduced wrappers to the fields we broken the ability to insert custom tags around a group of fields because they will self close...
# Bug report ### What I did Added an `InlineCreate` that **has a repeatable field inside the modal** with the **same name** of one repeatable in the parent form. ###...
# Bug report ### What I did I have two relations (relationA, relationB) in my model `MainModel`. In `MainModel`, I have a model event setup in boot for creating: ```php...
Same issue described here: https://github.com/spatie/laravel-permission/pull/2048 Cheers