-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Umbraco version 13.11.0
Deploy version 13.4.3
We have now figured out why we experience "strange things" when we check for content dependencies. We stumbled upon it when the export pulled in standard page even though we had removed permission.
It pulls in all dependencies that are in the artifact's dependencies. So it can be:
· Media - Property on the document type or pulled in the grid or blocklist.
· Domain url - If they have chosen to make the url reference directly to a node in the tree. Umbraco's linkpicker has that option (this is the one that is most annoying because it is not that common and it can point to somewhere completely different than what you are trying to export.
· Document types
· Template
The checkboxes have hardly any meaning (the schema button pulls in a language file as well, in other words, Include content and media dependencies should only pull in that and nothing else (gets very confusing when it also pulls in schema dependencies).