Skip to content
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

Closed
obuisard opened this issue Apr 2, 2017 · 7 comments
Closed

[com_fields] values are saved without context #15048

obuisard opened this issue Apr 2, 2017 · 7 comments

Comments

@obuisard
Copy link
Contributor

obuisard commented Apr 2, 2017

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.

@ghost
Copy link

ghost commented Apr 2, 2017

Confirmed, but the Values are saved.

@Bakual
Copy link
Contributor

Bakual commented Apr 2, 2017

The context is ŕemoved from that table. It is no longer used.

@Bakual Bakual closed this as completed Apr 2, 2017
@laoneo
Copy link
Member

laoneo commented Apr 2, 2017

This was changed with #14558 as it is redundant data. On a new install, this column will not exist anymore.

@obuisard
Copy link
Contributor Author

obuisard commented Apr 2, 2017

Thank you!

@RobertKza
Copy link

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.

@Bakual
Copy link
Contributor

Bakual commented Sep 16, 2017

Don't mess with the table, use the API.

@RobertKza
Copy link

RobertKza commented Sep 16, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants