EPiServer CMS 7.14
We have a field
public virtual LinkItemCollection AffiliateDigitalLinks { get; set; }
From online Center we can not add links to an extrernal site having id as a query string variable.
example http://www.bbc.co.uk/?id=test&var2=123
It looks me a bug. Is there any alternative to store the value of that link directly in db?
Regards
@K
Hi Khurram,
That's a known bug:
http://world.episerver.com/Support/Bug-list-beta/bug/112645
/T
thanks, Is there anyway we can do some direct data entry in db rather using Online Centre, as it is stoping our client to add their kobo store link for their products.
Regards/K
EPiServer CMS 7.14
We have a field
public virtual LinkItemCollection AffiliateDigitalLinks { get; set; }
From online Center we can not add links to an extrernal site having id as a query string variable.
example http://www.bbc.co.uk/?id=test&var2=123
It looks me a bug. Is there any alternative to store the value of that link directly in db?
Regards
@K