-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[com_fields] values are saved without context #15048
Comments
Confirmed, but the Values are saved. |
The context is ŕemoved from that table. It is no longer used. |
This was changed with #14558 as it is redundant data. On a new install, this column will not exist anymore. |
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 ? This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/15048. |
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 ***@***.***> 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>
.
|
Steps to reproduce the issue
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
Expected result
In the database table #__fields_values, the values are stored with the context column filled up
Actual result
In the database table #__fields_values, the values are stored without the context column filled up
System information (as much as possible)
Joomla 3.7 beta 4
PHP 5.6
MySQL 5.7.14
Additional comments
I have tried a simple text field, added to a group or not, and the behavior is identical.
The text was updated successfully, but these errors were encountered: