? ? Error

User tests: Successful: Unsuccessful:

avatar fastslack
fastslack
27 Nov 2013

With this patch, we can save the multiple values from select inputs using comma-separated directly into the database.

When we save the multiple values into out database we can use this code into our save method on model:

// Comma-separated multiple values
$data['multiple_select'] = implode(",", $data['multiple_select']);
avatar fastslack fastslack - open - 27 Nov 2013
avatar betweenbrain
betweenbrain - comment - 27 Nov 2013

Thanks for your contribution! At this point in time, we are also using a separate application for issue management. Would you be so kind as to create a tracker item so that others can test and report their findings there as well.

avatar sovainfo
sovainfo - comment - 27 Nov 2013

Should this go to the feature tracker http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8549&start=0 ??
Or is that not used anymore, noticed quite a few new features entered as issue!

avatar betweenbrain
betweenbrain - comment - 27 Nov 2013

Should this go to the feature tracker http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8549&start=0 ??

Yes, you are correct. My mistake. It should be a feature tracker item.

avatar fastslack
fastslack - comment - 2 Feb 2014

@chivitli Updated. Thanks

avatar nicksavov nicksavov - change - 21 Aug 2014
Labels Removed: ?
avatar brianteeman brianteeman - change - 21 Aug 2014
Status New Pending
avatar roland-d
roland-d - comment - 30 Mar 2015

Thank you for your contribution, the Production Leadership Team has decided not to include your feature, therefore I am closing this request.

avatar roland-d roland-d - change - 30 Mar 2015
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2015-03-30 16:46:55
avatar roland-d roland-d - close - 30 Mar 2015

Add a Comment

Login with GitHub to post a comment