This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 0f43943 [OPENMEETINGS-2165] invitation feedback should be fixed
0f43943 is described below
commit 0f43943b937eba9d6af8c9b9b2dab02279e8430f
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Wed Mar 25 13:28:45 2020 +0700
[OPENMEETINGS-2165] invitation feedback should be fixed
---
.../main/java/org/apache/openmeetings/web/common/InvitationForm.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/InvitationForm.java
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/InvitationForm.java
index 9658678..cafcead 100644
---
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/InvitationForm.java
+++
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/common/InvitationForm.java
@@ -142,7 +142,7 @@ public abstract class InvitationForm extends
Form<Invitation> {
}
});
add(url.setOutputMarkupId(true));
- add(lang, feedback);
+ add(lang, feedback.setOutputMarkupId(true));
super.onInitialize();
}