Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3.04k stars 885 forks source link

Add option to escape reorder operation label #5441

Closed pxpm closed 6 months ago

pxpm commented 6 months ago

WHY

BEFORE - What was wrong? What was happening before this PR?

We had no built-in way to escape the reorder label without overwriting the field.

As we discussed, it would be a good practice to escape by default and make non-escaped an option for those who know what they are looking for.

We are not escaping by default right now as it would be a BC, but we plan to do it for v7.

Docs here: https://github.com/Laravel-Backpack/docs/pull/549