[BUG]: Adding Category Field to Admin View #1243
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Screenshots of setup
@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 becatid
.