Browse Source

Merge pull request #1619 in BA/design from ~YAOH.WU/a_design_0811:release/9.0 to release/9.0

* commit '7159aff64bc9ae1d7a0273919005651a1ce7679a':
  REPORT-5856 插件管理新分类 平台插件分类过滤失效
superman 7 years ago
parent
commit
9a41142211
  1. 2
      designer_base/src/com/fr/design/extra/exe/GetPluginFromStoreExecutor.java

2
designer_base/src/com/fr/design/extra/exe/GetPluginFromStoreExecutor.java

@ -23,7 +23,7 @@ public class GetPluginFromStoreExecutor implements Executor {
private String scope;
public GetPluginFromStoreExecutor(JSONObject info) {
this.category = info.optString("category");
this.category = info.optString("categories");
this.fee = info.optString("fee");
this.seller = info.optString("seller");
this.scope = info.optString("scope");

Loading…
Cancel
Save