Branch: refs/heads/9.0.x
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: e3a7a4dbdb3e9da8f4c540cfb027017d189a02fd
https://github.com/Teiid-Designer/teiid-designer/commit/e3a7a4dbdb3e9da8f...
Author: Andrej Smigala <asmigala(a)redhat.com>
Date: 2015-05-26 (Tue, 26 May 2015)
Changed paths:
M
plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/connection/CreateDataSourceAction.java
Log Message:
-----------
TEIIDDES-2540 Add null check for model
The original code was checking whether the selected source model has a
connection profile set, and would show an error message when it doesn't.
This was failing in case the CreateDataSourceAction was called from the
servers view. Added a null check to prevent the error in this case.
Commit: 9ec61fca3e76e60be38c1687d42b07bed7ab7f11
https://github.com/Teiid-Designer/teiid-designer/commit/9ec61fca3e76e60be...
Author: Barry LaFond <blafond(a)redhat.com>
Date: 2015-05-26 (Tue, 26 May 2015)
Changed paths:
M
plugins/org.teiid.designer.dqp.ui/src/org/teiid/designer/runtime/ui/connection/CreateDataSourceAction.java
Log Message:
-----------
Merge pull request #455 from asmigala/TEIIDDES-2540
TEIIDDES-2540 Add null check for model
Compare:
https://github.com/Teiid-Designer/teiid-designer/compare/a7d609f8e1ec...9...