Skip to content

Commit

Permalink
Fix an issue - Driver info lost once entered 'connection profile' page
Browse files Browse the repository at this point in the history
for sample report that used ClassicSample.[59143]
  • Loading branch information
xwu authored and mwu committed Apr 19, 2013
1 parent 13ec009 commit 04242bb
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -135,8 +135,7 @@ public void updateDataSourceHandle( DataSourceDesign sourceDesign,
{
// extension id is set without undo/redo support.

sourceHandle.getElement( ).setProperty(
OdaDataSourceHandle.EXTENSION_ID_PROP,
sourceHandle.setProperty( OdaDataSourceHandle.EXTENSION_ID_PROP,
sourceDesign.getOdaExtensionId( ) );

if ( updateName )
Expand Down

0 comments on commit 04242bb

Please sign in to comment.