Updated for new lnApp

This commit is contained in:
Deon George
2014-08-25 14:41:07 +10:00
parent 52e94c6e7d
commit c1b1485c10
44 changed files with 208 additions and 481 deletions

View File

@@ -88,7 +88,7 @@ class Controller_Reseller_Export extends Controller_Export {
->prepend(array(
'id'=>array('checkbox'=>'id[]'),
))->filters(array(
'exported'=>array(array('Config::date',array(':value'))),
'exported'=>array(array('Site::Date',array(':value'))),
));
$output .= '</div>';

View File

@@ -16,6 +16,10 @@ class Model_Export_DataMap extends ORM_OSB {
'module' => array(),
);
protected $_compress_column = array(
'map_data',
);
public function list_itemsnoexport(Model $o,$emoid,$desc='title()') {
$result = array();

View File

@@ -22,6 +22,10 @@ class Model_Export_Module extends ORM_OSB {
'export_item' => array('far_key'=>'id'),
);
protected $_compress_column = array(
'display',
);
protected $_nullifempty = array(
'display',
);