Skip to content

Commit a4fd74e

Browse files
committed
add filter in safety plans at folder template
1 parent 5ced598 commit a4fd74e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

process/folder_templates/features/feature_name/safety_planning/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ Feature Requirements Status
115115
---------------------------
116116

117117
.. needtable::
118+
:filter: "feature_name" in docname and "requirements" in docname and docname is not None
118119
:style: table
119120
:types: feat_req
120121
:tags: feature_name
@@ -126,6 +127,7 @@ Feature AoU Status
126127
------------------
127128

128129
.. needtable::
130+
:filter: "feature_name" in docname and "requirements" in docname and docname is not None
129131
:style: table
130132
:types: aou_req
131133
:tags: feature_name
@@ -137,6 +139,7 @@ Feature Architecture Status
137139
---------------------------
138140

139141
.. needtable::
142+
:filter: "feature_name" in docname and "requirements" in docname and docname is not None
140143
:style: table
141144
:types: feat_arc_sta; feat_arc_dyn
142145
:tags: feature_name

process/folder_templates/modules/module_name/docs/safety_mgt/module_safety_plan.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ Component Requirements Status
316316
-----------------------------
317317

318318
.. needtable::
319+
:filter: "component_name" in docname and "requirements" in docname and docname is not None
319320
:style: table
320321
:types: comp_req
321322
:tags: component_name
@@ -327,6 +328,7 @@ Component AoU Status
327328
--------------------
328329

329330
.. needtable::
331+
:filter: "component_name" in docname and "requirements" in docname and docname is not None
330332
:style: table
331333
:types: aou_req
332334
:tags: component_name
@@ -338,6 +340,7 @@ Component Architecture Status
338340
-----------------------------
339341

340342
.. needtable::
343+
:filter: "component_name" in docname and "requirements" in docname and docname is not None
341344
:style: table
342345
:types: comp_arc_sta; comp_arc_dyn
343346
:tags: component_name

0 commit comments

Comments
 (0)