Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 131258 - NewOdaDataSet is created when drop dataset from data explorer into layout in library
Summary: NewOdaDataSet is created when drop dataset from data explorer into layout in ...
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.0.0   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: 2.1.0 RC0   Edit
Assignee: Yuejie Chen CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-10 00:51 EST by ysun CLA
Modified: 2006-03-13 02:57 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ysun CLA 2006-03-10 00:51:15 EST
Details:
NewOdaDataSet is created when drop dataset from data explorer into layout in library

Setp:
1.New a library
2.Create a datasource and dataset
3.Drop dataset from

Actual result:
A new dataset named NewOdaDataSet is created.

Exception result:
The dataset is unnecessary to be created
Comment 1 ysun CLA 2006-03-10 00:54:28 EST
Sorry, the 3rd point is:
3.Drop dataset from data explorer into layout
Comment 2 Yuejie Chen CLA 2006-03-10 01:42:57 EST
Before library editor support DND, we just determin if element is from a library, if it is, then create a dataset extends from library. There is no scenario that drop target is library. Now change to not create dataset when drop element is library's children.
Comment 3 ysun CLA 2006-03-13 02:57:45 EST
Verified !