-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework non gxp messages #127
Conversation
…-document-generation-templates into Rework-non-gxp-messages
…t-presents-an-inconsistent-behaviour-between-testing-sections
…-between-testing-sections' into Rework-non-gxp-messages
…ages # Conflicts: # CHANGELOG.md
templates/CFTP-1.html.tmpl
Outdated
<table class="no-border"> | ||
<tr> | ||
<td class="content-wrappable no-border">{{{data.sections.sec2.content}}}</td> | ||
</tr> | ||
</table> | ||
{{else}} | ||
<p>N/A</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be "Not mandatory" right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
templates/CSD-1.html.tmpl
Outdated
<p><em>N/A</em></p> | ||
{{/if}} | ||
{{else}} | ||
<p>Not mandatory</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why has been this changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An error, i'll revert it
CHANGELOG.md
Outdated
@@ -1,6 +1,7 @@ | |||
# Changelog | |||
|
|||
## Unreleased | |||
- Rework non gxp messages ([#127](https://github.com/opendevstack/ods-document-generation-templates/pull/127)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better use the associated issue
Fixes for #126