Changed main views in JCB to sort id descending.

This commit is contained in:
2020-05-22 02:32:58 +02:00
parent 2564b75e5d
commit 3a2b8497e3
70 changed files with 278 additions and 180 deletions

View File

@ -858,6 +858,11 @@ class Infusion extends Interpretation
'css_views', $viewName_single, '', null, true
);
// ADMIN_DIPLAY_METHOD <<<DYNAMIC>>>
$this->fileContentDynamic[$viewName_list][$this->hhh
. 'ADMIN_DIPLAY_METHOD' . $this->hhh]
= $this->setAdminViewDisplayMethod($viewName_list);
// VIEWS_FOOTER_SCRIPT <<<DYNAMIC>>>
$scriptNote = PHP_EOL . '//' . $this->setLine(__LINE__)
. ' ' . $viewName_list . ' footer script';