Hi there,
I got issues with the html report:
What I want to do is create a html report, what works quite fine.
But there is a request for me that I need to implement: No authors are allowed to be shown in diagrams etc.
So what I did is writing an addin, which temporally removes those information from shapes, diagrams and adjusted the web template.
All fine till here.
Diagrams get exported as kind of an image - so those "common - diagram notes" shapes, which get filled with information with
"Name, AUthor, Version, Created and Updated" automatically need to be adjusted. Since I can't remove them, because I can't say for sure which Diagramobject is the right shape - I set the diagram.Author to String.Empty, which should work fine. (And it does - if i reopen the diagram after I changed it by the plugin, without changing back, the author is empty). The "Author: xxx" part of the diagram notes shape is empty now too.
BUT: In the html report the author is still exported with the name of the "creator". I can even change the author in EA's diagram option window itself, and there will still be the person exported in the html report, which created the diagram in first place.
-> Is this a known bug? Because no matter what I try to change the author (and which get's shown in the diagram correctly), the report will always show the original creator of the shape.
Regards,
Eric