User tests: Successful: Unsuccessful:
This PR fixes a bug where creating a new article after filtering by multiple categories (e.g. "News" and "Events") incorrectly displays all custom fields from all those categories on the "Fields" tab.
Joomla previously used the catid
filter directly from user state or input, which led to ambiguous behavior when multiple categories were selected. This fix:
category_id
filter is an arrayThis resolves #45303 and improves clarity and correctness of the custom field rendering in the admin UI.
events_title
→ assigned to Eventsnews_title
→ assigned to Newsevents_title
or news_title
) should appear on the "Fields" tabPlease select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_content |
Labels |
Added:
PR-5.3-dev
|
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
RTC
bug
|
I've just double-checked this PR and it works and seems not to break anything else.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-04-20 12:24:34 |
Closed_By | ⇒ | richard67 |
Thanks all (author and testers).
I have tested this item ✅ successfully on 56c2e62
Functionality works as described
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45353.