Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Apollo
-
Fix Version/s: Apollo
-
Component/s: API
-
Labels:None
-
Environment:
taxonomy-api-war-1.0.0-20160104.215753-164.war
deployment-api-war-1.0.0-20160104.215846-98.war
budget-api-war-1.0.0-20160104.215824-123.war
merchant-api-war-1.0.0-20160104.215729-183.war
-
Sprint:Sprint 9
Description
Site links validation is not happening as per the Reseller UI .
SiteLink Text : mandatory, unique, no whitespace and length should be 10 or less for single byte and 25 or less for double byte.
URL : no double byte characters allowed , total length less than 2048 bytes.
Steps :
1 - Create a rest project for deployment of an order with site links.
2 - Verify for all validations by sending a post request .(SiteLink Text : mandatory, unique, no whitespace and length should be 10 or less for single byte and 25 or less for double byte.
URL : no double byte characters allowed , total length less than 2048 bytes) by sending a post request .
Expected Result
Site links should be validated properly .
Actual Result
Site links are not validated as per the Reseller UI .
Note : kindly have a look on attached screen-shots.