Browse Source

Merge pull request #401 in DESIGN/design from ~HARRISON/design:release/10.0 to release/10.0

* commit '2a3080183965dac1bce5f61d07f01d3387440e2f':
  REPORT-10785 report包下的一百多个国际化规范下 改错了,修复下
  REPORT-10785 report包下的一百多个国际化规范下 分出 core-server / core-web
  REPORT-10785 report包下的一百多个国际化规范下
final/10.0
Harrison 6 years ago
parent
commit
1b5ba9c12b
  1. 2
      designer-base/src/main/java/com/fr/design/extra/PluginUtils.java

2
designer-base/src/main/java/com/fr/design/extra/PluginUtils.java

@ -177,7 +177,7 @@ public class PluginUtils {
private static String getInterKeyByErrorCode(PluginErrorCode errorCode) {
return ERROR_CODE_I18N_PREFIX + errorCode.getDescription();
return errorCode.getDescription();
}
public static PluginMarker getInstalledPluginMarkerByID(String pluginID) {

Loading…
Cancel
Save