Commits
Pavels Jelisejevs authored c6f20478da1
..F....... [ZBX-7610] fixed not being able to configure an empty database host in the setup Before the fix: - Trying to leave the database host field empty in the setup would trigger a validation error, even though it's a valid value and can be used with PostgreSQL. After the fix: - Validation works correctly and an empty value can be saved.