Skip to content

O3-2454: Queue Module - allow nullable location and service on queue.#67

Open
IamMujuziMoses wants to merge 1 commit intoopenmrs:mainfrom
IamMujuziMoses:O3-2454
Open

O3-2454: Queue Module - allow nullable location and service on queue.#67
IamMujuziMoses wants to merge 1 commit intoopenmrs:mainfrom
IamMujuziMoses:O3-2454

Conversation

@IamMujuziMoses
Copy link
Contributor

errors.rejectValue("service", "Queue.service.invalid",
"The property service should be a member of configured queue service conceptSet.");
}
if (queue.getService() != null && !queueServices.getAllowedServices().contains(queue.getService())) {
Copy link
Member

Choose a reason for hiding this comment

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

what happens incase of an npe?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants