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

Fixes #18900: Missing exception details in change request update #3503

Conversation

fanf
Copy link
Member

@fanf fanf commented Feb 14, 2021

@@ -538,6 +538,7 @@ class ModificationValidationPopup(
case eb:EmptyBox =>
val e = eb ?~! "Error when moving the group (no change request was created)"
//early return here
logger.error(e.messageChain)
e.chain.foreach { ex =>
Copy link
Member Author

Choose a reason for hiding this comment

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

the foreach here only tests the e parent (ie eb) exists and is non-empty and display its messageChain but doesn't log it (I'm not sure why, but I prefer not to change that).

@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit 9b7144e into Normation:branches/rudder/6.1 Mar 10, 2021
@fanf fanf deleted the bug_18900/missing_exception_details_in_change_request_update branch March 15, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants