User tests: Successful: Unsuccessful:
Pull Request resolves #47425
Removed the context parameter from the form action in the Fields list view (com_fields).
The context was previously embedded using the current state value, which caused the URL to become out of sync when switching contexts via the filter dropdown.
By removing it, Joomla's search tools now correctly handle the filter state through form submission, ensuring the URL always reflects the selected context.
Go to Administrator → Components → Contacts → Fields
Observe the URL (default context: com_contact.contact)
Change the context using the dropdown:
Verify that the URL updates accordingly:
context=com_contact.mailcontext=com_contact.categoryRefresh the page and confirm the selected context persists correctly
The dropdown displays the correct fields based on selected context
However, the URL does not update correctly
Example:
context=com_contact.contact in URLcontext parameter always matches the dropdown selectionPlease select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_fields |
I have tested this item 🔴 unsuccessfully on 4703483
did you even test this?
@Rugved-dev18 Please add the confirmed AI policy at the top of your PR description like you can see it in other PRs here in this repository.