Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn:Fix 152694 -- disable the transformation from auto text to a template to discard the NPE.

 

Summary:

 Fix 152694 -- disable the transformation from auto text to a template to discard the NPE.
- Bugzilla Bug (s) Resolved:
152694

- Description:

Now, Model will not support template for auto text. So canTransformToTemplate() will return

false to disable the action.


- Tests Description:

 Unit/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/model/core/DesignElement.java;

    Checking in test/org/eclipse/birt/report/model/parser/TemplateElementParserTest.java;

    Checking in src/org/eclipse/birt/report/model/util/ModelUtil.java;

    


Back to the top