| Summary: | <include> content is excluded from the <if> statement | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Ling Hao <ling.hao> |
| Component: | Sapphire | Assignee: | Konstantin Komissarchik <konstantin> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Ling Hao
Example:
in the GalleryEditor.sdef add the following:
<composite>
<id>Radius-composite</id>
<content>
<property-editor>Radius</property-editor>
</content>
</composite>
And replace <property-editor>Radius</property-editor>
With:
<include>
<part>Radius-composite</part>
</include>
Run and notice the Radius property does not appear.
Are you using sdef editor? When I tried to reproduce it with sdef editor, the problem was obvious. If you go to add a UI part under Then in an <if>, the include is not an option. The list of possible types for then/else lists got out of sync with the master list of form parts. Fixed. Please verify. Verified, closing. |