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 439 #382

Closed
wants to merge 6 commits into from
Closed

Trunk 439 #382

wants to merge 6 commits into from

Conversation

wginolas
Copy link

@wginolas wginolas commented Aug 8, 2013

Hi,

this is our solution for TRUNK-439. We tested this code manually and with:

mvn clean package

However, we did not manage to run the tests as described in https://wiki.openmrs.org/display/docs/Testing+Releases . Because of this, we could not check our changes in VerifyPatientDashboardSteps.java.

Kind Regards

* c.getShortName(loc); if (shortNameVar != null && shortName != null)
* pageContext.setAttribute(shortNameVar, shortName);
*/
if (shortestNameVar != null) {
Copy link
Member

Choose a reason for hiding this comment

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

You might want to check if it is not blank, you can use apache commons' StringUtils.isNotBlank(shortedtNameVar)

Copy link
Member

Choose a reason for hiding this comment

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

I will fix this and commit the code

@wluyima
Copy link
Member

wluyima commented Aug 18, 2013

You run the tests by executing sh release-test/release-test.sh from the command line in the root directory of the openmrs project

@wluyima wluyima closed this Aug 18, 2013
RandilaP pushed a commit to RandilaP/openmrs-core that referenced this pull request Jul 31, 2023
…penmrs#382)

* Revert "Revert "Delineate public vs private API of esm-framework (openmrs#376)" (openmrs#381)"

This reverts commit 8f3b670.

This restores commit 1020f67.

* Add missing dependencies to app shell

* Add resolve alias to webpack config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants