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

Dtspb 4534 stop reason not to be used #3001

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

MarcusHMCTS
Copy link
Collaborator

JIRA link (if applicable)

DTSPB-4534

Change description

Does this PR introduce a breaking change? (check one with "x")

[ ] Yes
[x] No

Copy link

github-actions bot commented Feb 7, 2025

CCD diff report

No change

Copy link

github-actions bot commented Feb 7, 2025

CCD diff report

No change

Copy link

github-actions bot commented Feb 7, 2025

CCD diff report

No change

.ifPresent(value -> {
String userMessage = businessValidationMessageRetriever.getMessage(
"notAllowedStopReason", null, Locale.UK);
throw new BusinessValidationException(userMessage, userMessage);
Copy link
Contributor

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?)

Copy link
Collaborator Author

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

Copy link

CCD diff report

No change

Copy link

CCD diff report

No change

Copy link

CCD diff report

No change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants