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 a0527bf [OPENMEETINGS-1649] tests should be fixed
a0527bf is described below
commit a0527bfbef390f6490b261996ac6563a597321f9
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Mar 27 22:05:37 2018 +0700
[OPENMEETINGS-1649] tests should be fixed
---
.../src/main/java/org/apache/openmeetings/web/pages/BasePage.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.java
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.java
index f2b2d9e..9d490bf 100644
---
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.java
+++
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.java
@@ -58,7 +58,7 @@ public abstract class BasePage extends
AsyncUrlFragmentAwarePage {
public BasePage() {
if (isInitComplete()) {
- if (!isInstalled()) {
+ if (!isInstalled() && ! (this instanceof
InstallWizardPage)) {
throw new
RestartResponseException(InstallWizardPage.class);
}
} else {
--
To stop receiving notification emails like this one, please contact
[email protected].