Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 269126 - Allow Dynamic List-box type parameter to support multiple default values
Summary: Allow Dynamic List-box type parameter to support multiple default values
Status: VERIFIED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.5.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 2.5.0 RC2   Edit
Assignee: Zhiqiang Qian CLA
QA Contact: mindan xu CLA
URL:
Whiteboard: Obsolete
Keywords:
: 269123 275816 (view as bug list)
Depends on: 271177
Blocks:
  Show dependency tree
 
Reported: 2009-03-17 23:36 EDT by mindan xu CLA
Modified: 2009-07-06 01:57 EDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mindan xu CLA 2009-03-17 23:36:02 EDT
Static List-box type parameter supports multiple default values.
There is also "Allow Multiple Values" check option in Dynamic dialogue, but only one value can be selected in Default value.
So, Can we make Dynamic List-box type parameter to support multiple default values too?
Comment 1 Gang Liu CLA 2009-03-18 03:50:15 EDT
Reassign to GUI team to investigate the requirement
Comment 2 Zhiqiang Qian CLA 2009-03-18 04:32:07 EDT
Need new UI mockup if we plan to support this.
Comment 3 Zhiqiang Qian CLA 2009-03-18 04:42:37 EDT
*** Bug 269123 has been marked as a duplicate of this bug. ***
Comment 4 Rima Kanguri CLA 2009-03-30 22:05:06 EDT
I dont think we need any new UI mockups.
1) when user clicks on option 'Dynamic'
2) and clicks on 'default value' - 'select value' item
Can we just enhance the 'Select values' dialog to allow user to choose mutliple default values
Comment 5 Zhiqiang Qian CLA 2009-05-07 02:35:41 EDT
As agreed, we will temporarily not support multiple default values settings for dynamic parameters in the Parameter dialog. Currently user can use the "getDefaultValueList" script method to return multiple values. We will look for a better UI solution in future.
Comment 6 Zhiqiang Qian CLA 2009-05-12 05:41:55 EDT
*** Bug 275816 has been marked as a duplicate of this bug. ***
Comment 7 Zhiqiang Qian CLA 2009-05-30 21:54:47 EDT
Mark as fixed until we get new request in future.
Comment 8 mindan xu CLA 2009-06-02 01:54:44 EDT
Use "getDefaultValueList" script method to support Dynamic multiple default values.
Verify the bug first.