archimatetool / archi

Archi: ArchiMate Modelling Tool
https://www.archimatetool.com
MIT License
954 stars 268 forks source link

HTML Report does not honor "hide_from_export" property #861

Closed MarcF88 closed 2 years ago

MarcF88 commented 2 years ago

Version of Archi

4.9.3

Archi Plug-ins

Collaboration Archi command line Archi Excel plugin Archi scripting Lightbox

Operating System

Windows 11

Expected Behaviour

When generating an html report, views with property "hide_from_export" set to value "true" should not be exported, nor should folders with the same (as per user manual)

Actual Behaviour

Property "hide_from_export" is blissfully ignored and so-equipped views and folders are included in the report.

Steps to Reproduce the Behaviour

  1. Add property "hide_from_export" to view or folder, set its value to "true"
  2. Save the model
  3. Select "File .. HTML Report"
Phillipus commented 2 years ago

There was a typo in the help file. You need to use _hide_from_export_

See https://github.com/archimatetool/archi/issues/855

MarcF88 commented 2 years ago

That was fast. And three cheers for the property manager, that has a rename function for exactly this purpose. I can confirm that this works, thank you!

Phillipus commented 2 years ago

OK, I'll close this one.