title | issue | author | author_email | author_github |
---|---|---|---|---|
Prevent duplicated urls in sales channel domains |
NEXT-8170 |
Benedikt Schulze Baek |
bschulzebaek |
- Changed method
onClickAddNewDomain
inmodule/sw-sales-channel/component/sw-sales-channel-detail-domains/index.js
to improve the verification of new and edited domain urls. - Changed method
verifyUrl
inmodule/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
inmodule/sw-sales-channel/component/sw-sales-channel-detail-domains/index.js
to require a domain entity as a parameter, instead of just the url.