Create a custom field of type 'checkboxes' in the 'contact' context. Do not assign it to a group.
Edit a contact, check a couple values of the created custom field. Save
In the database table #__fields_values, the values are stored with the context column filled up
In the database table #__fields_values, the values are stored without the context column filled up
Joomla 3.7 beta 4
PHP 5.6
MySQL 5.7.14
I have tried a simple text field, added to a group or not, and the behavior is identical.
Labels |
Added:
?
|
Category | ⇒ | com_fields |
Status | New | ⇒ | Confirmed |
The context is ŕemoved from that table. It is no longer used.
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-04-02 06:52:36 |
Closed_By | ⇒ | Bakual |
Thank you!
Hi I'm trying to use Fabrik extension on the Joomla site. I would have liked to have used the Joomla custom fields as elements of the Fabrik list but don't know where to find the database table. I can get the registered joomla user fields on table hno7r_users. Any idea ?
Don't mess with the table, use the API.
Thanks :-)
Regards
-- Robert
Robert Bruce Kydd
PO Box 304 | Gordons Bay | 7151 | South Africa
Tel +27 (0)82 826 1324 | Fax +27 (0)86 607 1596
On 16 September 2017 at 15:23, Thomas Hunziker notifications@github.com
wrote:
Don't mess with the table, use the API.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#15048 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AYO1zUPCBRvn7y8-KucTzlzqoacRPxV3ks5si8vOgaJpZM4MwqJ1
.
Confirmed, but the Values are saved.