提交 6c9b5d64 编写于 作者: S serge-rider

#8577 Edit input -> ds link fixed

上级 4cc008e7
......@@ -239,7 +239,7 @@ public class EditorUtils {
if (editorInput instanceof INonPersistentEditorInput) {
DBPDataSourceContainer dataSourceContainer = context.getDataSourceContainer();
if (dataSourceContainer != null) {
((INonPersistentEditorInput) editorInput).setProperty(PROP_SQL_DATA_SOURCE_CONTAINER, dataSourceContainer.getId());
((INonPersistentEditorInput) editorInput).setProperty(PROP_SQL_DATA_SOURCE_CONTAINER, dataSourceContainer);
}
if (!isDefaultContextSettings(context)) {
if (dataSourceContainer != null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册