Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn:Fix bugzilla bug 123150:Cannot edit output columns of Scripted Data Set

Title: [birt-dev]CheckIn:Fix bugzilla bug 123150:Cannot edit output columns of Scripted Data Set

- Summary:
Fix bugzilla bug 12
3150.


- Bugzilla Bug (s) Resolved:
Fix bugzilla bug 12
3150 Cannot edit output columns of Scripted Data Set.


- Description:
Now the output columns can be edited, deleted, and moved. Those operations dont work because the table viewers input is not PropertyHandle but in fact, it uses the method of this handle. So we changed the viewers input object and create output viewers class to make it works well.


- Tests Description :
UI feature


- Files Edited:

/src/org/eclipse/birt/report/designer/internal/ui/dialogs/OutputColumnDefnPage.java


- Files Added:

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 

- Notes to Documentation:  


Back to the top