Browse Source

DEC-15368 fix: 创建定时调度失败

master
Roger.Chen 4 years ago
parent
commit
d505285f87
  1. 2
      src/main/java/com/fr/plugin/showtype/NewPreviewType.java
  2. 4
      src/main/resources/com/fr/plugin/showtype/web/show_types.js

2
src/main/java/com/fr/plugin/showtype/NewPreviewType.java

@ -18,7 +18,7 @@ public class NewPreviewType extends ShowType {
@Override
@Focus(id = "com.fr.plugin.showtype.v10", text = "Fine-Plugin_New_Preview_Type", source = Original.PLUGIN)
protected int getTypeValue() {
return 8;
return 5;
}
@Override

4
src/main/resources/com/fr/plugin/showtype/web/show_types.js

@ -7,7 +7,7 @@
{
text: BI.i18nText("新预览"),
defaultValue: true,
value: 8,
value: 5,
},
],
},
@ -22,7 +22,7 @@
{
text: BI.i18nText("新预览"),
defaultValue: true,
value: 8,
value: 5,
},
],
},

Loading…
Cancel
Save