It looks like you're new here. If you want to get involved, click one of these buttons!
public $has_many = array('attributes' => array('model' => array(FUEL_FOLDER => 'fuel_tags_model', 'where' => 'category_id = 1'));
public $has_many = array('attributes' => array(FUEL_FOLDER => 'fuel_tags_model', 'where' => 'category_id = 1'));
Comments
I would expect the left hand side of the tags combo field to show only the category_id's specified - this doesn't seem to happen.
public $has_many = array('attributes' => array(FUEL_FOLDER => 'fuel_tags_model', 'where' => 'category_id = 1'));