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

iter_record_objects_by_section() should not iterate over sections and divide by files #118

Open
BlueAndi opened this issue Nov 28, 2024 · 0 comments

Comments

@BlueAndi
Copy link

Example:

  • File A
    • Section MySec
      • Req 1
  • File B
    • Section MySec
      • Req 2

Result by iter_record_objects_by_section():

  • File A
  • Section MySec
  • Req 1
  • File B
  • Section MySec
  • Req 2

Expected:

  • Section MySec
  • Req 1
  • Req 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant