Pedro Martins
Pedro Martins
## WHY ### BEFORE - What was wrong? What was happening before this PR? Before everything ... PFEEEWWWW! 😫 done! ### AFTER - What is happening after this PR? This...
## WHY ### BEFORE - What was wrong? What was happening before this PR? replaces #4262 Applies the solution me and @tabacitu discussed detailed here: https://github.com/Laravel-Backpack/CRUD/issues/4100#issuecomment-1067671985
# Bug report ### What I did Tried to auto-focus a field that is not in the primary tab ### What I expected to happen Change tabs and focus the...
## WHY ### BEFORE - What was wrong? What was happening before this PR? Using the anonymous class to extend the request class was leading to problems when parallel testing....
This is a complement to #4553 . When using HasMany relations scoped we were deleting entries that we shouldn't because we deleted directly from model query and not from the...
## WHY ### BEFORE - What was wrong? What was happening before this PR? Working with morphTo relations was impossible in a "core" way. Users needed to manually setup the...
Notice that all the strings inside the fields html will get translated.
Problem: When using mongoDB, or other non relational database system registering the extra-type mappings is not necessary, and in case of MongoDB it will fail miserably 🗡️ Solution: Only add...
by default, when `allows_null => true` we show an `-` as a placeholder. this PR allow developers to change field placeholder to something they want like `Select a Recipe Ingredient`
Allow the cancel button url to have a custom refs: #3247