Updates to Module administration
This commit is contained in:
@@ -21,11 +21,13 @@ class Model_Module extends ORM_OSB {
|
||||
'module_method'=>array('far_key'=>'id'),
|
||||
);
|
||||
protected $_sorting = array(
|
||||
'status'=>'DESC',
|
||||
'name'=>'ASC',
|
||||
);
|
||||
|
||||
protected $_display_filters = array(
|
||||
'external'=>array(
|
||||
array('StaticList_YesNo::get',array(':value')),
|
||||
),
|
||||
'name'=>array(
|
||||
array('strtoupper',array(':value')),
|
||||
),
|
||||
@@ -34,6 +36,10 @@ class Model_Module extends ORM_OSB {
|
||||
),
|
||||
);
|
||||
|
||||
public function external($render=FALSE) {
|
||||
return $this->label_bool('external',$render);
|
||||
}
|
||||
|
||||
/**
|
||||
* Return an instance of this Module's Model
|
||||
*
|
||||
|
Reference in New Issue
Block a user