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 41830d3  [OPENMEETINGS-2165] markupId for notification panel
41830d3 is described below

commit 41830d3eac88eac2f7614a2d3f45ce8f9c5ba02b
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Mar 26 10:52:49 2020 +0700

    [OPENMEETINGS-2165] markupId for notification panel
---
 .../java/org/apache/openmeetings/web/pages/install/InstallWizard.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/install/InstallWizard.java
 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/install/InstallWizard.java
index 2d6e45f..4794015 100644
--- 
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/install/InstallWizard.java
+++ 
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/install/InstallWizard.java
@@ -147,7 +147,7 @@ public class InstallWizard extends 
AbstractWizard<InstallationConfig> {
        @Override
        protected WebMarkupContainer newFeedbackPanel(String id) {
                NotificationPanel feedback = new NotificationPanel("feedback");
-               feedback.setEscapeModelStrings(false);
+               feedback.setEscapeModelStrings(false).setOutputMarkupId(true);
                return feedback;
        }
 

Reply via email to