Skip to content

Commit

Permalink
Fix for invalid URL encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
haarli committed Apr 18, 2024
1 parent 6e890f1 commit 677032a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/webapp/Users.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
<ui:fragment rendered="#{UsersBean.group == null}">
<!-- AdminDataList - User Email -->
<div class="imj_admindataValue">
<h:outputLink value="#{Navigation.applicationUrl}user?email=&quot;#{UsersBean.UTF8(user.email)}&quot;" styleClass="imj_overlayMenu imj_menuButton">
<h:outputLink value="#{Navigation.applicationUrl}user" styleClass="imj_overlayMenu imj_menuButton">
<f:param name="email" value="&quot;#{user.email}&quot;"/>
<span class="fa fa-newspaper-o"/> #{lbl.view_detail}
</h:outputLink>
<!-- AdminDataList - Activate User -->
Expand Down

0 comments on commit 677032a

Please sign in to comment.