|
|
@ -98,8 +98,10 @@ public class PluginModel extends AlphaCellModel { |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public void doAction() { |
|
|
|
public void doAction() { |
|
|
|
|
|
|
|
if (StringUtils.isBlank(this.pluginId) && StringUtils.isBlank(this.getName())) { |
|
|
|
if ((StringUtils.isBlank(this.pluginId) && StringUtils.isBlank(this.getName())) || !WorkContext.getCurrent().isLocal()) { |
|
|
|
return; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if (!WorkContext.getCurrent().isLocal()) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
WebViewDlgHelper.createPluginDialog(getName()); |
|
|
|
WebViewDlgHelper.createPluginDialog(getName()); |
|
|
|