Book a Demo

Author Topic: RTF reports: Document all elements in diagram fail  (Read 3358 times)

Oliver F.

  • EA User
  • **
  • Posts: 573
  • Karma: +2/-1
  • ArenĀ“t we all in the model business ?
    • View Profile
    • Karl Storz homepage
RTF reports: Document all elements in diagram fail
« on: October 08, 2009, 10:37:17 pm »
Bug reported:

=================
When setting the "document all elements in diagram" option in the report dialog, EA checks whether it already encountered the element found.
This check is obviously performed on the package level, not sub component level. So elements in the same package but an upper hierarchy level are not considered.

Be A a component with subcomponent A1 which itself holds a sub component A1.1
A1.1 holds a diagram showing A, A1 and A1.1.
Documenting the diagram with the "Document all elements in diagram option" set only A1.1 is documented.
Even if an element B, B1 or B1.1 is present from the same package (but different hierarchy level) it is not shown. Moving B, B1 or B1.1 in a different package lets it appear.
===============

Oliver