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

doorstop remove does not remove inactive requirements #396

Open
sevendays opened this issue Aug 2, 2019 · 1 comment · May be fixed by #619
Open

doorstop remove does not remove inactive requirements #396

sevendays opened this issue Aug 2, 2019 · 1 comment · May be fixed by #619

Comments

@sevendays
Copy link

Steps:

  • Edit the requirement set in Excel, using the active column to invalidate requirements, e.g. REQ999
  • Publish the whole requirements with doorstop publish all build/requirements
  • This warning appears: WARNING: no item with UID: REQ999 (the warning does not appear when publishing a single requirement set though).
  • Remove the invalidated requirements with doorstop remove REQ999

Expected outcome:

  • the requirement is removed

Actual outcome:

  • the requirement is still there
    building tree... ERROR: no item with UID: REQ999
@sebhub
Copy link
Member

sebhub commented Aug 2, 2019

This is because Document.find_item() returns only active items.

@neerdoc neerdoc added this to Inbox in Work via automation Mar 9, 2022
@neerdoc neerdoc added this to the v2.3 milestone Mar 9, 2022
@neerdoc neerdoc moved this from Inbox to To do in Work Mar 9, 2022
@Robin-St Robin-St linked a pull request Jan 15, 2024 that will close this issue
@jacebrowning jacebrowning removed this from the v3.0 milestone Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Work
To do
Development

Successfully merging a pull request may close this issue.

4 participants