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

Fix folder title treatment #570

Merged
merged 14 commits into from
Mar 19, 2024

Conversation

msekania
Copy link
Contributor

@msekania msekania commented Feb 21, 2024

fixes bug #569

and also, so far not detected (introduced in 4.3.0 during rewrite), new bug that parameter folder title (alias name) is "ignored" entirely.

Extend check to test the mentioned behavior.

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

#569

parameter name aliased by title is entirely ignored.

What is the new behavior?

in check mod, the returned change status is set to True if the changes would have taken place in normal mode.

Other information

@msekania msekania requested a review from lgetwan as a code owner February 21, 2024 22:29
@github-actions github-actions bot added the module:folder This affects the folder module label Feb 21, 2024
@msekania
Copy link
Contributor Author

Done!

@robin-checkmk robin-checkmk removed their request for review March 5, 2024 20:59
@robin-checkmk robin-checkmk added bug Something isn't working release:4.4.0 Affects the mentioned release. labels Mar 5, 2024
@robin-checkmk robin-checkmk linked an issue Mar 5, 2024 that may be closed by this pull request
Copy link
Contributor

@lgetwan lgetwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks perfect to me!

@robin-checkmk robin-checkmk mentioned this pull request Mar 19, 2024
7 tasks
@robin-checkmk robin-checkmk merged commit 1113404 into Checkmk:devel Mar 19, 2024
21 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working module:folder This affects the folder module release:4.4.0 Affects the mentioned release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] folder creation always lowers the foldername
3 participants