81: Allow the creation and use of expressions on multi column in TDM portlet
Task-Url: https://support.d4science.org/issues/81 Updated Rules on Table git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@115306 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5d2ac9ebad
commit
014b38ba7f
|
@ -33,7 +33,7 @@ import org.gcube.portlets.user.td.mapwidget.client.MapWidgetTD;
|
|||
import org.gcube.portlets.user.td.openwidget.client.TDOpen;
|
||||
import org.gcube.portlets.user.td.replacebyexternalwidget.client.ReplaceByExternalTD;
|
||||
import org.gcube.portlets.user.td.rulewidget.client.RuleActiveDialog;
|
||||
import org.gcube.portlets.user.td.rulewidget.client.RuleApplyDialog;
|
||||
import org.gcube.portlets.user.td.rulewidget.client.RuleOnColumnApplyDialog;
|
||||
import org.gcube.portlets.user.td.rulewidget.client.RuleDeleteDialog;
|
||||
import org.gcube.portlets.user.td.rulewidget.client.RuleOpenDialog;
|
||||
import org.gcube.portlets.user.td.rulewidget.client.RuleShareDialog;
|
||||
|
@ -1806,7 +1806,7 @@ public class TabularDataController {
|
|||
public void onSuccess() {
|
||||
Log.debug("Request Open On Column Apply Rule Dialog");
|
||||
if (trId != null) {
|
||||
RuleApplyDialog raDialog = new RuleApplyDialog(trId,
|
||||
RuleOnColumnApplyDialog raDialog = new RuleOnColumnApplyDialog(trId,
|
||||
eventBus);
|
||||
raDialog.show();
|
||||
} else {
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<set-property name="log_ConsoleLogger" value="DISABLED" />
|
||||
<set-property name="log_DivLogger" value="DISABLED" />
|
||||
<set-property name="log_GWTLogger" value="DISABLED" />
|
||||
<set-property name="log_SystemLogger" value="DISABLED" />
|
||||
<set-property name="log_SystemLogger" value="DISABLED" />
|
||||
<!-- Not in GWT 2.6 <set-property name="log_FirebugLogger" value="DISABLED"
|
||||
/> -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue