Minor Updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@114388 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ecc8cd4e8a
commit
a3a7f1e6a6
|
@ -96,6 +96,7 @@ public class RuleDeleteDialog extends Window {
|
||||||
UtilsGXT3.alert("Error deleting column rule",
|
UtilsGXT3.alert("Error deleting column rule",
|
||||||
caught.getLocalizedMessage());
|
caught.getLocalizedMessage());
|
||||||
}
|
}
|
||||||
|
ruleDeletePanel.gridReload();
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -90,7 +90,9 @@ public class TemplateDeleteDialog extends Window {
|
||||||
UtilsGXT3.alert("Apply Template Error ",
|
UtilsGXT3.alert("Apply Template Error ",
|
||||||
"Error in invocation of delete template operation! "
|
"Error in invocation of delete template operation! "
|
||||||
+ caught.getLocalizedMessage());
|
+ caught.getLocalizedMessage());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue