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

TRUNK-3986 #375

Closed
wants to merge 3 commits into from
Closed

TRUNK-3986 #375

wants to merge 3 commits into from

Conversation

k-joseph
Copy link
Member

fix for [TRUNK-3986] Add ConceptNameTagValidator to Core API

errors.rejectValue("conceptNameTag", "error.general");
} else {
ValidationUtils.rejectIfEmptyOrWhitespace(errors, "tag", "error.name");
ValidationUtils.rejectIfEmptyOrWhitespace(errors, "description", "error.description");
Copy link
Member

Choose a reason for hiding this comment

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

I think we try not to require description for most metadata


if (cnt.getTag() != null) {
for (ConceptNameTag currentTag : Context.getConceptService().getAllConceptNameTags()) {
if (currentTag != null) {
Copy link
Member

Choose a reason for hiding this comment

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

currentTag can't be null, you can use OpenmrsUtil.nullSafeEqualsIgnoreCase otherwise it will fail if the cases are different

@dkayiwa
Copy link
Member

dkayiwa commented Jan 23, 2014

Closing because author abandoned it.

@dkayiwa dkayiwa closed this Jan 23, 2014
RandilaP pushed a commit to RandilaP/openmrs-core that referenced this pull request Jul 31, 2023
* (fix) Restore missing side menu on tablet

This PR fixes an issue where the side menu was not appearing on tablet. It does so by changing the referenced extension slot from `nav-menu-slot` to `patient-chart-dashboard-slot`. This change allows the navbar component to show a hamburger menu in the top left hand corner of the page. Clicking on this hamburger menu then displays the side menu.

* Fix broken test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants