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 5b1012a [OPENMEETINGS-1868] build should be fixed
5b1012a is described below
commit 5b1012aedb088e11ed3faa18cfba882d66000c2f
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Fri Apr 27 09:20:00 2018 +0700
[OPENMEETINGS-1868] build should be fixed
---
.../org/apache/openmeetings/web/user/dashboard/StartWidgetView.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/dashboard/StartWidgetView.java
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/dashboard/StartWidgetView.java
index 314b5ca..c717842 100644
---
a/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/dashboard/StartWidgetView.java
+++
b/openmeetings-web/src/main/java/org/apache/openmeetings/web/user/dashboard/StartWidgetView.java
@@ -19,8 +19,8 @@
package org.apache.openmeetings.web.user.dashboard;
import static org.apache.openmeetings.web.common.BasePanel.EVT_CLICK;
-import static org.apache.openmeetings.web.room.SwfPanel.SWF;
-import static org.apache.openmeetings.web.room.SwfPanel.SWF_TYPE_SETTINGS;
+import static org.apache.openmeetings.web.pages.HashPage.APP;
+import static org.apache.openmeetings.web.pages.HashPage.APP_TYPE_SETTINGS;
import static org.apache.openmeetings.web.util.OmUrlFragment.CALENDAR;
import static org.apache.openmeetings.web.util.OmUrlFragment.ROOMS_PUBLIC;
@@ -55,7 +55,7 @@ public class StartWidgetView extends WidgetView {
@Override
public void onClick() {
- setResponsePage(HashPage.class, new
PageParameters().add(SWF, SWF_TYPE_SETTINGS));
+ setResponsePage(HashPage.class, new
PageParameters().add(APP, APP_TYPE_SETTINGS));
}
}));
add(new WebMarkupContainer("step4").add(new
PublicRoomsEventBehavior()));
--
To stop receiving notification emails like this one, please contact
[email protected].