User tests: Successful: Unsuccessful:
Pull Request for Issue #46214.
This PR fixes an issue where a Subform field appears inside its own subfields
dropdown. Selecting the Subform itself creates a recursive configuration, which
breaks the edit view of any item (e.g., articles) using that field.
The fix ensures that the currently edited field is correctly detected, even
inside a nested Subform context, and excluded from the dropdown options.
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_fields |
| Title |
|
||||||
Hi @richard67
I did use AI to help me with the PR description and to discuss a possible approach to solve the issue, but I implemented and tested the change myself locally before submitting the PR and the code worked completely fine.
I am a beginner in open source contributions, I did not know extra spaces can cause issues. I will fix the code style and push the updated commit.
I am contributing as part of my preparation for Google Summer of Code 2026, so I appreciate your guidance and feedback.
@aniket190705 Thanks for your reply. The log files of the failed CI checks will tell you what needs to be fixed on code style and how it can be fixed automatically when having a development environment with the code style check tools. Just use the links to the details for each failed check.
Thanks in advance, and have a good time and success with GSoC.
| Labels |
Added:
PR-5.4-dev
|
||
@aniket190705 Can it be that the description of this PR and the code were generated by AI? To me it seems so.
The code add at 2 places sequences of empty lines.
Have you reviewed your PR yourself before submitting it?
And have you tested your change yourself before submitting this PR?
Our contribution guidelines say that PR authors shall test their PRs before submitting.
P.S.: As you can see all code style checks in our CI actions fail for your PR. Please check and fix. Thanks in advance.