Selecting entities in package creation, should include all dependencies #13668
skttl
started this conversation in
Features and ideas
Replies: 3 comments
-
Thanks @skttl - definitely an idea for the future, a lot of work though if you want to start doing dependency resolving, then how about the template on the doctype, selected media items, the media type etc.. :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @skttl 👋 I'm going to move this to the GitHub discussions as this is really a feature request. Perhaps that will attract a little more attention to this idea 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Which exact Umbraco version are you using? For example: 9.0.1 - don't just write v9
9.0.1
Bug summary
When creating a package, you have to manually add all dependencies of the different entities you select. So as an example, if I pick a doc type, and download the package.xml, it will only contain the document type. None of the data types used in the document type is added.
It would be nice if it could resolve and add all dependencies of the document type, including data types, compositions, templates etc.
Also if I add content, it should automatically add the document type of the node including all its dependencies.
Specifics
No response
Steps to reproduce
Expected result / actual result
I would expect a package.xml file containing not only the xml for the selected content node, but also the nodes document type, the document types data types etc.
Beta Was this translation helpful? Give feedback.
All reactions