Customizer icon indicating copy to clipboard operation
Customizer copied to clipboard

Dashboard project order request

Open makayjozsef opened this issue 1 year ago • 0 comments

Hi,

The Template / header / title.php shows the projects on the Dashboard in default order (unordered) but I think the most team would like if the order would be set to "last modified":

<a href="<?= $this->url->href('DashboardController', 'show', array('pagination' => 'projects', 'page' => '1', 'order' => 'projects.last_modified', 'direction' => 'DESC'), false, t('Dashboard')) ?>">
        <img src="<?= $this->url->href('CustomizerFileController', 'image', array('plugin' => 'customizer', 'file_id' => $this->task->customizerFileModel->getIdByType(1))) ?>" height="<?= $this->task->configModel->get('headerlogo_size', '30') ?>">
      </a>

I tested this href value and it works fine.

makayjozsef avatar Aug 11 '22 21:08 makayjozsef