Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #602 from zanata/fix-group-maintainer-select
Browse files Browse the repository at this point in the history
Fix the display name in the maintainer select box
  • Loading branch information
djansen-redhat committed Oct 2, 2014
2 parents bc173d0 + 3f89256 commit 6b84979
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -248,7 +248,7 @@
fetchValue="#{result.account.username}"
render="settings-maintainers-form,maintainers-size,maintainers-list,maintainers-form"
oncomplete="focusCurrentActiveInput()"
placeholder="#{msgs['jsf.SearchUsers']}">
placeholder="#{msgs['jsf.SearchUsers']}"
onSelectStatus="maintainers-form-loader">

<span class="w--r-1 bx--round l--push-right-quarter">
Expand Down

0 comments on commit 6b84979

Please sign in to comment.