Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix 142396 -- visibility not support for multi-selection

 

Summary:

 Fix 142396 -- visibility not support for multi-selection.
- Bugzilla Bug (s) Resolved:

- Description:

Originally, shareSameValue() in GroupELementHandle and GroupPropertyHandle not support for structure property type.

Now, Model overwrites the equals() in Structure to justify the values of multi-selection.
- Tests Description:

 Unit test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

                Checking in test/org/eclipse/birt/report/model/util/StructureEqualsTest.java;


- Files Edited:

 

 

        Checking in src/org/eclipse/birt/report/model/api/GroupPropertyHandle.java;

 


Back to the top