Author Topic: Hyperlinks in taggedValues don't export as clickable links in the html export  (Read 1749 times)

StefanBrandmeier

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Hello forum,

we are creating taggedValues for classes and attributes to link to an external business glossary. It works fine inside of EA Version 15.2 - the urls can be clicked to jump to the external html page of the business glossary.
If we create standard html export from diagramms that include these tagged values then following problem arises:

The https:\\ is translated perfectly well for the tagged values of the attributes because the class details automatically show the taggedvalues of each attribute. For these cases the html is well formed
and thus clickable. However, the taggedValue for the class itself is put in quotes in the html export i.e. not recognized as a url. To be more precise, the name of the taggedValue is displayed and then the value
is displayed as:

<a href="https://elia.data3sixty.com/asset/6ed21646-b21b-4960-8a03-8bcd15843891" target="_blank" >https://elia.data3sixty.com/asset/6ed21646-b21b-4960-8a03-8bcd15843891</a>

obviously the html generator interprets values strictly as strings for the tagged values of the class but not for the taggedValues of the attributes ? Any idea if this is a bug or a feature ?

Thanks for any ideas

Cheers
Stefan

UPDATE: I have now installed Version 16 which fixes the issue above. However - unfortunatly - the html publication in EA Version 16 is pretty buggy e.g. navigation cells don't work on the html page. I opened a bug report.
« Last Edit: December 08, 2022, 08:37:47 pm by StefanBrandmeier »