? Success

User tests: Successful: Unsuccessful:

avatar roland-d
roland-d
23 Aug 2014

A few things happening here. First I removed the bind() part because the save() method does a bind automatically. Second I removed the nullifying of the user groups as this is handled in the JTableUser store() method.

avatar roland-d roland-d - open - 23 Aug 2014
avatar jissues-bot jissues-bot - change - 23 Aug 2014
Status Pending New
Labels Added: ?
avatar roland-d
roland-d - comment - 23 Aug 2014

To test this, you can follow the instructions outlined in #4147. That is how this issue surfaced.

This comment was created with the J!Tracker Application at http://issues.joomla.org/.

avatar maxvalentini77
maxvalentini77 - comment - 23 Aug 2014

After applying the PR #4159 on my 3.3.3 version i can't change any property using the profile page.
Method bind must be called, the param of save function is not the data to bind on it.

avatar roland-d roland-d - close - 23 Aug 2014
avatar roland-d
roland-d - comment - 23 Aug 2014

@maxvalentini77 You are correct, the bind method is needed because $user is an instance of JUser, not of the User table class. My fix isn't a fix at all, closing this PR.

avatar roland-d roland-d - change - 23 Aug 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-08-23 15:32:58
avatar roland-d roland-d - close - 23 Aug 2014
avatar roland-d roland-d - head_ref_deleted - 6 May 2015

Add a Comment

Login with GitHub to post a comment