* Finish task#95327. Show customized icon for project view.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
namespace zin;
|
||||
|
||||
$cols = array_values($config->program->projectView->dtable->fieldList);
|
||||
$cols = $this->loadModel('datatable')->getSetting('program');
|
||||
$data = array();
|
||||
foreach($programs as $program)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user