-
Notifications
You must be signed in to change notification settings - Fork 55
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
Extend the functionality of the folder module #539
Extend the functionality of the folder module #539
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for improving the functionality of this module! It looks like you invested quite a bit of Hirnschmalz. :-)
Unfortunately, the diff shown here is not the diff between feature/migrate_folder_module and feature/extend_folder_module_functionality, but agains the devel branch. So I did my own diff on the commandl ine. ;-)
I added some comments, but nothing severe.
@lgetwan msekania wants to merge 10 commits into Checkmk:feature/migrate_folder_module from msekania:feature/extend_folder_module_functionality and |
For some reason, the integration test that checks idempotency, fails in the 2nd step of these two:
The forst task returns:
The second one returns:
|
might be related to the fact that I have to check it. |
I found the issues, line 307, |
Thanks for fixing this, Michael! |
Extends the functionality of the folder module.
See also #533 .
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: #533
What is the new behavior?
Other information