https://bugs.contribs.org/show_bug.cgi?id=10818
Bug ID: 10818
Summary: template does not respect domain-deleted
Classification: Contribs
Product: SME Contribs
Version: 9.2
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: smeserver-letsencrypt
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Target Milestone: ---
after removing a domain from the panel , the domaine-delete event is launched
however we can see the old domain stil present in domain.txt
the reason is the panel change the key type fromd omain to domain-deleted and
we do not check this in the template
we should add something like
next unless $Domains{$domain}{type} eq "domain";
or
next unless $domainsDB->get_prop( "$domain", 'type' ) eq "domain";
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/