opendevstack / ods-jenkins-shared-library

Shared Jenkins library which all ODS projects & components use - provisioning, SonarQube code scanning, Nexus publishing, OpenShift template based deployments and repository orchestration
Apache License 2.0
72 stars 57 forks source link

Add done boolean flag to data passed to the document template service #1048

Open FlavioCampanaBIExt opened 11 months ago

FlavioCampanaBIExt commented 11 months ago

Is your feature request related to a problem? Please describe. To have better control in document template when printing data for if/else we need to know if the content of a section is to printed or not, especially useful for non gxp cases

Describe the solution you'd like We add a new "done" boolean flag to document sections, so that the template can correctly know if it needs to print the section or other text