79551523

Date: 2025-04-02 20:36:42
Score: 2
Natty:
Report link

Since you are setting a value type to its default value (in this case setting a boolean to false) - it is being interpreted as unset, and as a result not being respected.

I would remove the default value in the modal builder, and set it at the application layer as a default (probably just constructor for the entity)

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30147809