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 <[email protected]>
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);
         }
     }
 

Reply via email to