-
Notifications
You must be signed in to change notification settings - Fork 2
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
Json Export does not export childgroups correctly #18
Comments
The problem was that cases for child groups were not handled. I have added it and also fixed some conditionals in the code that did not return what I expected them to initially. |
bateskevin
pushed a commit
that referenced
this issue
Apr 17, 2024
…nsideration for array as default null value
bateskevin
pushed a commit
that referenced
this issue
Apr 17, 2024
…nsideration for array as default null value
Stephanevg
added a commit
that referenced
this issue
Apr 17, 2024
fixing issue #18, json structure was not taking child groups in to consideration for array as default null value
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current json export does not export the child groups correctly. In the loop on line 635 in the module it only loops through the first groupname and disregards all other groups:
The text was updated successfully, but these errors were encountered: