[ENHANCEMENT]: add default option to the form field type usergrouplist #1233
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?
Enhancement Details
The usergrouplist form field type in JCB does not have the option "default" had to add it manually.
Which part of the extension will be affected by this enhancement?
Fieldtypes(admin_views)
Additional Context
No response
Thanks for pointing this out!
Just a heads-up — the field types are now maintained in a separate repository here:
👉 https://git.vdm.dev/joomla/joomla-fieldtypes
This means you don’t necessarily have to open an issue for something like a missing value. You can now directly contribute improvements by following this workflow:
If your contribution is accepted, it becomes part of the official field type set and will be available to everyone.
The exciting part is that JCB now supports this external repository integration fully. Once a field type is updated in the external repo, the core can perform a
reset
to pull the latest changes, and that field type is synced back into JCB automatically.So in short:
✅ You can fix it once in your fork
✅ Share it with the community
✅ And keep your version in sync with the core updates at your own pace
Let me know if you need help getting your JCP repo linked to your fork — happy to help!