|
|
@ -99,7 +99,9 @@ public class DesignerMessageHelper { |
|
|
|
String ssoUrl = DesignerLoginUtils.generateDesignerSSOUrl(jumpTo); |
|
|
|
String ssoUrl = DesignerLoginUtils.generateDesignerSSOUrl(jumpTo); |
|
|
|
BrowseUtils.browser(ssoUrl); |
|
|
|
BrowseUtils.browser(ssoUrl); |
|
|
|
} |
|
|
|
} |
|
|
|
}).build(); |
|
|
|
}) |
|
|
|
|
|
|
|
.build() |
|
|
|
|
|
|
|
.setVisible(true); |
|
|
|
} else if (notificationJumpType == NotificationJumpType.DESIGNER_MODULE) { |
|
|
|
} else if (notificationJumpType == NotificationJumpType.DESIGNER_MODULE) { |
|
|
|
DesignerModuleClickType designerModuleClickType = DesignerModuleClickType.valueOf(jumpTo); |
|
|
|
DesignerModuleClickType designerModuleClickType = DesignerModuleClickType.valueOf(jumpTo); |
|
|
|
NotificationDialog.Builder() |
|
|
|
NotificationDialog.Builder() |
|
|
@ -109,7 +111,8 @@ public class DesignerMessageHelper { |
|
|
|
.messageType(NotificationDialog.NEW_MESSAGE) |
|
|
|
.messageType(NotificationDialog.NEW_MESSAGE) |
|
|
|
.message(body) |
|
|
|
.message(body) |
|
|
|
.notificationDialogAction(designerModuleClickType.getAction()) |
|
|
|
.notificationDialogAction(designerModuleClickType.getAction()) |
|
|
|
.build(); |
|
|
|
.build() |
|
|
|
|
|
|
|
.setVisible(true); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|