Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix 148613 -- find the promp text by calling getExternalizedValue() in DesignElementHandle.

 

Summary:

 Fix 148613 -- find the promp text by calling getExternalizedValue() in DesignElementHandle.
- Bugzilla Bug (s) Resolved:
148613

- Description:

Add two getExternalizedValue in DesignElementHandle and let getPromptText in ParameterDefnBase call this method to get

the right externalized value.


- Tests Description:

 Manual test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

- Files Edited:

 

 

Checking in src/org/eclipse/birt/report/engine/api/impl/ParameterDefnBase.java;

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


Back to the top