We changed our Link-Block, it's Reference property is now localizable:
[CultureSpecific]
public virtual Url Reference { get; set; }
Until now these links were defined only in the master, they are not translated everywere. So the customer noticed that it's missing on some pages.
Now he needs a way to identify all pages which use the block and where this property is not yet translated. Is it possible without code?
I have just found out how to determine all pages where this property is already translated, so the opposite. Therefore i needed to go to Admin/Content Types/Link Block/Reference
If i uncheck the "unique value per language" the CMS will list me all pages(with links to them which is quite convenient) where the property is translated, as a warning that this content will be deleted if i proceed. But i don't have an idea how to get all pages where the property is not translated or just all pages that use this block.