Which Umbraco version are you using?
17.1.0
Bug summary
I am not entirely sure whether this should be considered a bug or a feature request. But the behavior appears to differ from Umbraco 16. 😊
In multi-language Umbraco solutions where content does not use language variants, the Info tab on content nodes displays links for all configured languages, with entries marked as “Not created”.
This occurs even when the document type does not allow variation by culture and the node can only ever exist in a single language.
Umbraco 17
Umbraco 16
Specifics
No response
Steps to reproduce
The issue can be reproduced on a clean Umbraco installation using the following steps:
- Create a new Umbraco site.
- Configure more than one language under Settings > Languages (for example EN-US and DA-DK).
- Create a document type where "Allow vary by culture" is set to false.
- Create multiple nodes in the root of the content tree.
- Assign Culture and Hostnames so that each root node is associated with exactly one language.
- Open a node and navigate to the Info tab.
Expected result / actual result
Expected result
The Info tab should only show information relevant to the actual language of the node. Since:
- the document type does not allow variation by culture, and
- the node is associated with only one language via Culture and Hostnames,
there should be no indication of other languages or language variants for this node.
Actual result
The Info tab displays a list of all configured languages in the solution. For languages where the node does not exist, an entry is shown with the message “Not created”.
On sites with many languages, this list becomes quite long and can be confusing for editors. This is particularly problematic when editors only have access to part of the content tree. For example, an editor with access only to the US site will still see references to other languages such as DK, even though they should not be aware that these sites exist.
Which Umbraco version are you using?
17.1.0
Bug summary
I am not entirely sure whether this should be considered a bug or a feature request. But the behavior appears to differ from Umbraco 16. 😊
In multi-language Umbraco solutions where content does not use language variants, the Info tab on content nodes displays links for all configured languages, with entries marked as “Not created”.
This occurs even when the document type does not allow variation by culture and the node can only ever exist in a single language.
Umbraco 17
Umbraco 16
Specifics
No response
Steps to reproduce
The issue can be reproduced on a clean Umbraco installation using the following steps:
Expected result / actual result
Expected result
The Info tab should only show information relevant to the actual language of the node. Since:
there should be no indication of other languages or language variants for this node.
Actual result
The Info tab displays a list of all configured languages in the solution. For languages where the node does not exist, an entry is shown with the message “Not created”.
On sites with many languages, this list becomes quite long and can be confusing for editors. This is particularly problematic when editors only have access to part of the content tree. For example, an editor with access only to the US site will still see references to other languages such as DK, even though they should not be aware that these sites exist.