Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 738 Bytes

2021-08-19-prevent-duplicated-urls-in-sales-channel-domains.md

File metadata and controls

11 lines (11 loc) · 738 Bytes
title issue author author_email author_github
Prevent duplicated urls in sales channel domains
NEXT-8170
Benedikt Schulze Baek
bschulzebaek

Administration

  • Changed method onClickAddNewDomain in module/sw-sales-channel/component/sw-sales-channel-detail-domains/index.js to improve the verification of new and edited domain urls.
  • Changed method verifyUrl in module/sw-sales-channel/component/sw-sales-channel-detail-domains/index.js to require a domain entity as a parameter, instead of just the url.
  • Changed method domainExistsLocal in module/sw-sales-channel/component/sw-sales-channel-detail-domains/index.js to require a domain entity as a parameter, instead of just the url.