Skip to content

Ado 3273 recursive#95

Merged
DavidOkulski merged 2 commits into
devfrom
ADO-3273-recursive
Sep 3, 2025
Merged

Ado 3273 recursive#95
DavidOkulski merged 2 commits into
devfrom
ADO-3273-recursive

Conversation

@NicolaSDPR1
Copy link
Copy Markdown
Collaborator

What changes did you make?

Changed the function for getting field ids/uuids from the form. It was a five-foreach loop. It is now recursive.

Why did you make these changes?

Code cleanup and no need for manual updates if containers in form ever hold more than 5 containers.

What alternatives did you consider?

The alternative was to leave as is, which could have become unwieldy to fix every time containers needed to have more levels to them.

Checklist

  • I have assigned at least one reviewer
  • My code meets the style guide
  • My code has adequate test coverage (if applicable)

@DavidOkulski DavidOkulski merged commit 74c7c6e into dev Sep 3, 2025
3 checks passed
@DavidOkulski DavidOkulski deleted the ADO-3273-recursive branch September 3, 2025 15:15
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

Successfully merging this pull request may close these issues.

2 participants