Archetype 1.7.1 and SEO Checker 1.8.1 compatibility
We have a content type with a property, which we will refer to here as "propertyX", of type Archetype. propertyX have properties named id and name among a few other properties. Before we installed SEO Checker we can get the property values without errors by doing propertyX.GetValue<int>(propertyAlias). After installing SEO Checker all property values can still be retrieved except for: id, name and sortOrder all of which happen to be properties of IPublishedContent. What can be done on this issue?
Archetype 1.7.1 and SEO Checker 1.8.1 compatibility
We have a content type with a property, which we will refer to here as "propertyX", of type Archetype. propertyX have properties named id and name among a few other properties. Before we installed SEO Checker we can get the property values without errors by doing propertyX.GetValue<int>(propertyAlias). After installing SEO Checker all property values can still be retrieved except for: id, name and sortOrder all of which happen to be properties of IPublishedContent. What can be done on this issue?
Hi,
Can you check with this hotfix version? https://www.dropbox.com/s/u490falkx6r18b1/seochecker-1.8.2.zip?dl=0
Thanks,
Richard
That was quick! Thanks a ton!
is working on a reply...