Skip to content

Commit 35e86fe

Browse files
committed
xuhuisheng#54 实现关闭modeler以后跳转回列表页面
1 parent 7463590 commit 35e86fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

webapp/content/modeler/modeler-list.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<section id="m-main" class="span10" style="float:right">
2222

2323
<article style="margin-bottom:10px;">
24-
<a href="modeler-open.do" class="btn btn-small" target="_blank">新建模型</a>
24+
<a href="modeler-open.do" class="btn btn-small">新建模型</a>
2525

2626
<div class="m-clear"></div>
2727
</article>

webapp/widgets/modeler/editor/oryx.debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,7 +1919,7 @@ ORYX.CONFIG.PANEL_LEFT_WIDTH = 250;
19191919
ORYX.CONFIG.PANEL_RIGHT_COLLAPSED = true;
19201920
ORYX.CONFIG.PANEL_RIGHT_WIDTH = 300;
19211921
ORYX.CONFIG.APPNAME = 'Activiti BPM suite';
1922-
ORYX.CONFIG.WEB_URL = "./";
1922+
ORYX.CONFIG.WEB_URL = "../../modeler/modeler-list.do";
19231923

19241924
ORYX.CONFIG.BLANK_IMAGE = ORYX.CONFIG.LIBS_PATH + '/ext-2.0.2/resources/images/default/s.gif';
19251925

0 commit comments

Comments
 (0)