I have a character model that can be soft-deleted. However whenever I try to save the updated model instance in the admin panel it shows the
saved
saved
notification, but on accessing the model again it reverts to the previous state. Attached is the character panel code. I originally thought it was my polocies, but I set everything to true and the issue still persists.
Update: Name and Rank is updating, every other field reverts to the previous state.