You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When two needs directive follow each other and the second have option :hide:, a parent_need link is incorrectly assigned to the previous directive when a :hide: option is used.
Steps to Reproduce
In rst file
.. req:: req-1
requirement 1
.. req:: req-2
requirement 2
text between 2 and 3
.. req:: req-3
requirement 3
.. req:: req-a:hide:
requirement A
.. req:: req-b:hide:
requirement B
.. spec:: spec-c:hide:
spec C
text between C and D
.. req:: req-d:hide:
requirement D
.. needtable::
:columns: id;title;parent_needs
Explanation
req-1 and req-2 follow directly.
req-2 and req-3 have a text between nodes
req-3 and req-a follow directly and req-a have option hide
req-a and req-b follow directly both have option hide
req-b and spec-c follow directly both have option hide
spec-c and req-d have a text between nodes and both have option hide
Description
When two needs directive follow each other and the second have option
:hide:
, a parent_need link is incorrectly assigned to the previous directive when a:hide:
option is used.Steps to Reproduce
In rst file
Explanation
hide
hide
hide
hide
In needtable it's expected:
But we have
With needservice
in the rst
Explanation:
hide
.hide
Expected:
But I have:
Environment
The text was updated successfully, but these errors were encountered: