209: TDM - Show the resources through a ListView widget
Task-Url: https://support.d4science.org/issues/209 Updated Resources git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-rule-widget@115277 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0ba2ebc2b7
commit
40412cd2e2
|
@ -226,7 +226,7 @@ public class RuleActiveOnTablePanel extends FramedPanel {
|
|||
|
||||
}
|
||||
|
||||
protected void updateActiveRulesOnColumn() {
|
||||
protected void updateActiveRules() {
|
||||
|
||||
ExpressionServiceAsync.INSTANCE.getActiveRulesByTabularResourceId(trId,
|
||||
new AsyncCallback<AppliedRulesResponseData>() {
|
||||
|
@ -328,7 +328,7 @@ public class RuleActiveOnTablePanel extends FramedPanel {
|
|||
|
||||
@Override
|
||||
public void onSuccess(Void result) {
|
||||
updateActiveRulesOnColumn();
|
||||
updateActiveRules();
|
||||
Log.debug("The rule is detached!");
|
||||
UtilsGXT3.info("Detach Rule", "The rule is detached!");
|
||||
|
||||
|
|
Loading…
Reference in New Issue