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 2448 #255

Closed
wants to merge 3 commits into from
Closed

Trunk 2448 #255

wants to merge 3 commits into from

Conversation

saramirza14
Copy link
Contributor

Add ability to view uuids to most objects

@@ -68,7 +68,6 @@ error.extraPrivilegesRequired=Extra privileges required
error.insufficientPrivileges=Insufficient Privileges
error.aunthenticationRequired=Basic authentication required
error.failedToSendRequest=Failed to send request
error.description.required=Description is required
Copy link
Member

Choose a reason for hiding this comment

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

why is this removed?

@wluyima
Copy link
Member

wluyima commented Jun 11, 2013

There is alot of code formatting that you did in these jsps, can you please undo those changes and just leave just the additions you made to display the uuid, otherwise it might get hard to merge these changes

@@ -144,6 +144,18 @@
</td>
</tr>
</c:if>
<tr>
<c:if test="${patientIdentifierType.getId() != 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 just need to do: patientIdentifierType.id instead of calling the getter

@dkayiwa
Copy link
Member

dkayiwa commented Jan 30, 2014

Closing because the ticket was taken over by somebody else.

@dkayiwa dkayiwa closed this Jan 30, 2014
RandilaP pushed a commit to RandilaP/openmrs-core that referenced this pull request Jul 31, 2023
Presently, we have a single slot which is essentially overridden by a route (e.g. /chart) to allow route specific navigation items to be added to the nav bar. This adds a new slot (above the existing page specific slot) which can be used across mf's to add global links to that will always be present independent of the route. Designs are forthcoming for how this navigation will look like but this sets the foundation to allow this to happen.
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