Skip to content

fix checkDomainModuleDomain call on dns zone imports #6345

Pyte C requested to merge Pyte/ispconfig3:6345-fix-dns-zone-import into develop

before we handed over domain_name instead of domain_id to the checkDomainModuleDomain function, which resulted in nothing. This fixes the call by querying the database for the domain_id for the given domain_name beforehand.

Closes #6345 (closed)

Merge request reports