Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation to describe empty or omited parent sequence tags #178

Open
jensstalder opened this issue Mar 18, 2021 · 0 comments
Open

Comments

@jensstalder
Copy link
Collaborator

Main topic

  • Missing documentation

Precise and short description of your question

It can be confusing as to the difference between.

For Example

Delete all projects and properties

<export>
    <projects></projects>
    <properties></properties>
</export>

Delete all projects and dont touch my properties

<export>
    <projects></projects>
</export>

Why? ... do nothing.

<export>
</export>

The same for project trees? This should delete all units?

<project>
<units></units>
</project>



This would mean dont touch the units.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant