So I worked out the composition thing wasn't the issue..
it was that the working one was vary by culture and not working wasn't..
so maybe an issue with the property convertor when the langugeId is null? When trying to change over to vary by culture, also got an Umbraco.Core.Exceptions.PanicException: The existing DocumentCultureVariationDto was not found for node 2309 and language 2
So had to run tsql to set all those to 2..
update umbracoPropertyData set languageId = 2 where propertyTypeId = 58
SEOChecker Property Editor in compostion doesn't show default title/description/keywords when no mappings supplied
Umb 8.17.1 + SEOChecker 2.11.2 (or 1)
As per the title, having the prop editor in a composition only see
rather than the same data type in the top level doc type
It appears to be that editMode = true for the bottom example.. Where as editMode is undefined and definitionMode = true for when in a composition.
Any fixes?
So I worked out the composition thing wasn't the issue..
it was that the working one was
vary by culture
and not working wasn't.. so maybe an issue with the property convertor when thelangugeId
is null? When trying to change over to vary by culture, also got anUmbraco.Core.Exceptions.PanicException: The existing DocumentCultureVariationDto was not found for node 2309 and language 2
So had to run tsql to set all those to 2..
update umbracoPropertyData set languageId = 2 where propertyTypeId = 58
Hi,
This has been fixed last week. A beta version can be found on Nuget
Hope this helps,
Richard
Thanks Richard
is working on a reply...