My bad, i was referring to it as select2 and it's actually the supercombo_select. Here's what I am seeing in my $_POST args for the has_many field "personnel":
[supercomboselect_search] =>
[undefined] => 77
[personnel] => Array
(
…
it's a $has_many relationship in the model so it's using the default from FUEL -- i presume that's the multi. If I explicitly tell it the type of 'select2' it becomes a select2 dropdown not a multi.
No, if I have a pre-existing list of options: alpha, beta, theta and none of those records have i selected in my multi-select. When i click the 'Add' button and create a record for omega upon closing the modal the select2 list looks exactly as it sh…
I tried the change but no luck. What I'm seeing happening is when I add a new item (let's say "Keith") and when I hit save it is using the very next item in the list as the item I chose (in this case it's "Kyra"). So it was basically looking for Ke…
Great! I'll give it a shot. I sort of figured my only option would be to use CSS to override the admin styling but I know in some places we do want to change a few elements on the page so we'll have to modify the core files
I have played around with the config settings but what I'm finding is in fuel_language.php in the detect function since I have the mode set to 'both' when it gets to check the segment if there is no language set it takes the default; essentially blo…
I'll give that a shot, I thought it was an issue since in the admin view it was pulling the data from other foreign keys that didn't have the "_id" suffix. Thanks.
Gumster, what were some of the specific headaches you had to deal with on Flexi cart. It looks like a decent starting point for eCommerce. Did you think it was better than a customer built solution from scratch?
I finally figured out what was going on.
STEP ONE: In the pages editor within the WYSIWYG (CKEditor) if you select text then create a link and use a pdf filename (that was previously uploaded through Assets) as the URL
STEP TWO: Now select the sa…