-
Notifications
You must be signed in to change notification settings - Fork 10
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
Dtspb 4534 stop reason not to be used #3001
base: master
Are you sure you want to change the base?
Conversation
CCD diff reportNo change |
CCD diff reportNo change |
CCD diff reportNo change |
.ifPresent(value -> { | ||
String userMessage = businessValidationMessageRetriever.getMessage( | ||
"notAllowedStopReason", null, Locale.UK); | ||
throw new BusinessValidationException(userMessage, userMessage); |
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.
is it worth adding a log statement here so we can see that these are getting rejected? (or does the exception handler already log this?)
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.
i think that fine, user will get the message on EXUI
CCD diff reportNo change |
CCD diff reportNo change |
CCD diff reportNo change |
JIRA link (if applicable)
DTSPB-4534
Change description
Does this PR introduce a breaking change? (check one with "x")