You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2020/04/05 20:45:53 UTC

[roller] 01/03: Fix add user page.

This is an automated email from the ASF dual-hosted git repository.

snoopdave pushed a commit to branch roller-6.0.x
in repository https://gitbox.apache.org/repos/asf/roller.git

commit bc9a5880bda35fe1c33a72f3d1c8f781a0b699e8
Author: David M. Johnson <sn...@apache.org>
AuthorDate: Sun Apr 5 09:54:45 2020 -0400

    Fix add user page.
---
 app/src/main/webapp/WEB-INF/jsps/editor/MembersInvite.jsp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/src/main/webapp/WEB-INF/jsps/editor/MembersInvite.jsp b/app/src/main/webapp/WEB-INF/jsps/editor/MembersInvite.jsp
index f285705..4301f12 100644
--- a/app/src/main/webapp/WEB-INF/jsps/editor/MembersInvite.jsp
+++ b/app/src/main/webapp/WEB-INF/jsps/editor/MembersInvite.jsp
@@ -84,6 +84,7 @@
         var userName = $('#userList').children("option:selected").val();
         if (userName !== '') {
             $('#inviteButton').attr("disabled", false);
+            $('#userName').val(userName);
         }
     }