1
Bugs and Issues / Issue getting information from template sections - EA17.1
« on: September 10, 2025, 02:22:28 am »
Hi!
I'm currently testing EA 17.1 (Build 1713). I've implemented multiple custom templates in EA 15.1, and when trying to run them in EA 17.1, the behavior is not what is expected.
In the templates that extract element information from diagrams, there is no output in the "Element" section, even though the diagram contains elements (confirmed via t_diagram and t_diagramobjects).
However, the "Diagram" and "Package" sections do return information correctly.
The template structure is as follows:
Package>
Diagram>
Element>
{Element.Name}
{Element.Notes}
<Element
<Diagram
Child packages>
<Child packages
<Package
Am I missing something that changed in the latest releases? Or is this indeed a bug?
Thanks in advance!
I'm currently testing EA 17.1 (Build 1713). I've implemented multiple custom templates in EA 15.1, and when trying to run them in EA 17.1, the behavior is not what is expected.
In the templates that extract element information from diagrams, there is no output in the "Element" section, even though the diagram contains elements (confirmed via t_diagram and t_diagramobjects).
However, the "Diagram" and "Package" sections do return information correctly.
The template structure is as follows:
Package>
Diagram>
Element>
{Element.Name}
{Element.Notes}
<Element
<Diagram
Child packages>
<Child packages
<Package
Am I missing something that changed in the latest releases? Or is this indeed a bug?
Thanks in advance!