]> git.mxchange.org Git - jjobs-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 25 Aug 2016 14:59:14 +0000 (16:59 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 25 Aug 2016 18:36:41 +0000 (20:36 +0200)
- opps, id was missing on h:link (label target)

web/WEB-INF/templates/admin/user/admin_show_user_data_mini.tpl

index d847771b25fbbc3b9c2ce39980423bafc512c18f..42e57557ec531fc499d1f7e40be2111dbd22db41 100644 (file)
@@ -17,7 +17,7 @@
                        <h:outputLabel for="userId" styleClass="table_data_label" value="#{msg.ADMIN_USER_ID}" />
 
                        <h:panelGroup styleClass="table_data_field" layout="block">
-                               <h:link outcome="admin_show_user" title="#{msg.ADMIN_LINK_SHOW_USER_TITLE}" value="#{beanHelper.user.userId}">
+                               <h:link id="userId" outcome="admin_show_user" title="#{msg.ADMIN_LINK_SHOW_USER_TITLE}" value="#{beanHelper.user.userId}">
                                        <f:param name="userId" value="#{beanHelper.user.userId}" />
                                </h:link>
                        </h:panelGroup>