Skip to content

Commit

Permalink
SAK-29983 Modified User ID to 'Username' on User Audit Log screen in …
Browse files Browse the repository at this point in the history
…Site-Info.

changed username property value from 'user.eid' to 'user.displayId' in eventLog.jsp
  • Loading branch information
ouit0408 committed Oct 20, 2015
1 parent 3f51790 commit 499c5ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title_event_log=User Audit Log

# Event Log Text - headers
event_log_name = Name
event_log_user_id = User ID
event_log_user_id = Username
event_log_role = Role
event_log_date = Date
event_log_event = Event
Expand Down
2 changes: 1 addition & 1 deletion userauditservice/tool/src/webapp/eventLog.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ response.setContentType("text/html; charset=UTF-8");
<h:outputText value="#{msgs.event_log_user_id}" />
</t:commandSortHeader>
</f:facet>
<h:outputText value="#{audit.user.eid}" />
<h:outputText value="#{audit.user.displayId}" />
</h:column>
<h:column>
<f:facet name="header">
Expand Down

0 comments on commit 499c5ac

Please sign in to comment.