Added Tasks to KH
This commit is contained in:
@@ -13,19 +13,21 @@ class Model_EmailTemplate extends ORMOSB {
|
||||
protected $_table_name = 'email_template';
|
||||
|
||||
protected $_has_many = array(
|
||||
'emailtemplate_translate'=>array('foreign_key'=>'email_template_id'),
|
||||
'emailtemplate_translate'=>array('foreign_key'=>'email_template_id','far_key'=>'id'),
|
||||
);
|
||||
|
||||
// This module doesnt keep track of column updates automatically
|
||||
protected $_created_column = FALSE;
|
||||
protected $_updated_column = FALSE;
|
||||
|
||||
protected $_formats = array(
|
||||
'active'=>array('StaticList_YesNo::display'=>array()),
|
||||
);
|
||||
|
||||
protected $_sorting = array(
|
||||
'name'=>'ASC',
|
||||
);
|
||||
|
||||
protected $_display_filters = array(
|
||||
'status'=>array(
|
||||
array('StaticList_YesNo::display',array(':value')),
|
||||
),
|
||||
);
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user