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] Fix name of component helper in fieldshelper #13539

Merged
merged 1 commit into from
Jan 10, 2017

Conversation

Bakual
Copy link
Contributor

@Bakual Bakual commented Jan 10, 2017

In current staging, custom fields aren't saved when editing an article (or other items) in frontend. The old values just stays. In backend everything works.

Summary of Changes

This is a bug in the new method introduced with #12968.
Currently it looks for a helperfile name eg com_content.php while in fact it is named content.php
This PR just changes the lookup to the expected name of that helper.

Testing Instructions

Edit an article in frontend and adjust a value of a custom field. Save and check that the value sticks.

Documentation Changes Required

None

@laoneo
Copy link
Member

laoneo commented Jan 10, 2017

I have tested this item ✅ successfully on 38e8732


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13539.

@Bakual Bakual changed the title Fix name of component helper in fieldshelper [com_fields] Fix name of component helper in fieldshelper Jan 10, 2017
@zero-24 zero-24 added this to the Joomla 3.7.0 milestone Jan 10, 2017
@zero-24 zero-24 merged commit 0ea8dad into joomla:staging Jan 10, 2017
@zero-24
Copy link
Contributor

zero-24 commented Jan 10, 2017

Thanks merged 👍

@Bakual Bakual deleted the FixFieldsCallback branch January 10, 2017 23:08
roland-d added a commit to roland-d/joomla-cms that referenced this pull request Jan 13, 2017
…sets-option

* 'staging' of github.com:roland-d/joomla-cms: (136 commits)
  Clean up old code in cache.php file (joomla#12183)
  Fixing search for MySQL (joomla#13571)
  Unnecessary double quotes in  /libraries/joomla (joomla#13372)
  Some improvements in tests #3: (joomla#13402)
  It's 2017. Happy New Year
  Fixing a typo in gallery plugin language files
  Add stripslashes to mssql result columns. (joomla#13534)
  remove unneeded space from btn-group/radio/checkboxes (joomla#12003)
  typo (joomla#13563)
  Remove default value from the field params to inherit from plugin
  Remove multiple parameter from user field
  Fix name of component helper in fieldshelper (joomla#13539)
  remove duplicated code (joomla#13550)
  Fix invalid string that causes the ini file not to load (joomla#13544)
  Catch "expects parameter 2 to be string" error
  Take complete context for group lookup (joomla#13538)
  [Mssql] Fix syntax error when installing a language in backend (joomla#13512)
  Normalize #__categories table across 3 db systems and add default values (joomla#13514)
  Normalize #__ucm_content table across 3 db systems and add default values (joomla#13513)
  Update config.xml (joomla#13503)
  ...
rdeutz pushed a commit to rdeutz/joomla-cms that referenced this pull request Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants