You would need to configure static nat to itself for it to work, ie:
eg: management network is 192.168.1.0/24, and is named mgmt (security level 95), and other interface is called dmz (security level 90):
static (mgmt,dmz) 192.168.1.0 192.168.1.0 netmask 255.255.255.0
That should resolve your issue.