v4.1.7 #32

Merged
asonix merged 8 commits from asonix/changes into asonix/downstream 2023-09-05 20:07:11 +00:00
Showing only changes of commit 6339806f05 - Show all commits

View file

@ -37,7 +37,7 @@ module Admin
@domain_block.errors.delete(:domain)
render :new
else
if existing_domain_block.present?
if existing_domain_block.present? && existing_domain_block.domain == TagManager.instance.normalize_domain(@domain_block.domain.strip)
@domain_block = existing_domain_block
@domain_block.update(resource_params)
end