NEW The module selection uses a KanBan view by default.

This commit is contained in:
Laurent Destailleur
2020-04-08 17:04:23 +02:00
parent fe614658c8
commit 02436c1e84
6 changed files with 75 additions and 23 deletions

View File

@@ -577,9 +577,9 @@ function modules_prepare_head()
$h = 0;
$head = array();
$head[$h][0] = DOL_URL_ROOT."/admin/modules.php?mode=common";
$head[$h][0] = DOL_URL_ROOT."/admin/modules.php?mode=commonkanban";
$head[$h][1] = $langs->trans("AvailableModules");
$head[$h][2] = 'common';
$head[$h][2] = 'commonkanban';
$h++;
$head[$h][0] = DOL_URL_ROOT."/admin/modules.php?mode=marketplace";