Adds update server link. Set v2.12.6. Little bug fix on the Component admin list view.

This commit is contained in:
2021-02-02 23:13:59 +02:00
parent 54a86fb530
commit 9f59578f8c
8 changed files with 27 additions and 16 deletions

View File

@ -40,7 +40,7 @@ class ComponentbuilderViewJoomla_components extends JViewLegacy
$this->activeFilters = $this->get('ActiveFilters');
// Add the list ordering clause.
$this->listOrder = $this->escape($this->state->get('list.ordering', 'a.id'));
$this->listDirn = $this->escape($this->state->get('list.direction', 'DESC'));
$this->listDirn = $this->escape($this->state->get('list.direction', 'desc'));
$this->saveOrder = $this->listOrder == 'a.ordering';
// set the return here value
$this->return_here = urlencode(base64_encode((string) JUri::getInstance()));