-
Notifications
You must be signed in to change notification settings - Fork 464
Open
Description
- Lunar version: 1.2.1
- Laravel Version: 11.47.0
- PHP Version: 8.4.16
- Database Driver & Version: sqlite
Expected Behaviour:
When creating a new tag from Filament tag resource for it to be converted to uppercase.
Actual Behaviour:
Value remains lowercase.
Steps To Reproduce:
Log into Lunar admin panel, got to tags, add new tag in lowercase, save.
Notes
This is not an issue when adding tags from the edit product page. Seems the TagFactory.php runs in that case but not when creating a new tag from the tag resource.

Reactions are currently unavailable