bug TDI-23026:tFilterRow output schema checkboxes not refreshed with input schema changed

git-svn-id: http://talendforge.org/svn/tos/trunk@105939 f6f1c999-d317-4740-80b0-e6d1abc6f99e
This commit is contained in:
plv
2013-07-29 10:25:39 +00:00
parent 79212696f2
commit 233e4eecb4

View File

@@ -124,6 +124,7 @@ public class CustomTableManager {
public void widgetSelected(SelectionEvent e) {
MetadataToolHelper.copyTable(table, linkedTable);
linkedTableEditorView.getTableViewerCreator().refresh();
if (linkedTableEditorView != null) {
linkedTableEditorView.getTableViewerCreator().getTableViewer().refresh();
}