[BUG]: Adding Category Field to Admin View #1243

Open
opened 2025-08-17 20:47:42 +00:00 by mwweb · 2 comments

What Happened?

I've created a category form field, and added to an admin view. I essentially "copied' what Recipe Manager had. The field is added to the view, but no option is showing on the dashboard for adding a category.

Steps to reproduce the Bug

Create a category field, add to your view, link view to component, then compile and install.

Which Joomla version are you compiling in?

5.3.2

Which PHP version are you compiling in?

8.2.24

Which Joomla versions are you targeting?

5.x

Which PHP version are you targeting?

8.2+

Which Web server is JCB running on?

Apache 2.4.62

Which Relational Database is JCB running on?

11.7.2-MariaDB-ubu2404

Which OS is JCB running on?

Ubuntu 24.04.2

Which JCB version are you using?

5.1.1

Where in JCB did this issue occur?

Dashboard(admin_view)

On which browsers did you encounter the issue?

Firefox

Additional Comments

No response

### What Happened? I've created a category form field, and added to an admin view. I essentially "copied' what Recipe Manager had. The field is added to the view, but no option is showing on the dashboard for adding a category. ### Steps to reproduce the Bug Create a category field, add to your view, link view to component, then compile and install. ### Which Joomla version are you compiling in? 5.3.2 ### Which PHP version are you compiling in? 8.2.24 ### Which Joomla versions are you targeting? 5.x ### Which PHP version are you targeting? 8.2+ ### Which Web server is JCB running on? Apache 2.4.62 ### Which Relational Database is JCB running on? 11.7.2-MariaDB-ubu2404 ### Which OS is JCB running on? Ubuntu 24.04.2 ### Which JCB version are you using? 5.1.1 ### Where in JCB did this issue occur? Dashboard(admin_view) ### On which browsers did you encounter the issue? Firefox ### Additional Comments _No response_
mwweb added the
Bug
label 2025-08-17 20:47:42 +00:00
Member

@mwweb I picked this up on the Recipe Manager as well. The Category field's code name SHOULD ALWAYS be catid. It was a issue on the Recipe Manager but we have fixed it and will be pushing out the update soon. But the main thing here is that in Joomla five for the category field to work correctly, using the Joomla categories, it should be catid.

@mwweb I picked this up on the Recipe Manager as well. The Category field's code name SHOULD ALWAYS be `catid`. It was a issue on the Recipe Manager but we have fixed it and will be pushing out the update soon. But the main thing here is that in Joomla five for the category field to work correctly, using the Joomla categories, it should be `catid`.
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joomla/Component-Builder#1243
No description provided.