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 13:54:57 UTC

[roller] branch master updated: Fix add user page.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f39e32b  Fix add user page.
f39e32b is described below

commit f39e32bac6e2b2fe103668da98a38c6942fe7370
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);
         }
     }