Skip to content
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

diff/changelog: remove an outdated MID component #1994

Merged
merged 1 commit into from
Nov 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
{% assert requirement_change is defined %}

{# MID field, if permanent, is always printed as-is. It is never marked as modified. #}
{% if requirement.mid_permanent %}
<div
class="diff_node_field"
>
{%- with badge_text = "MID" -%}
{%- include "components/badge/index.jinja" -%}
{%- endwith -%}
<span class="sdoc_pre_content">{{ requirement.reserved_mid }}</span>
</div>
{% endif %}

<div class="diff_node_fields">
{%- for requirement_field_triple_ in requirement.enumerate_all_fields() -%}
{%- set is_multiline = requirement_field_triple_[0].is_multiline() -%}
Expand Down
Loading