the project-user is finished

This commit is contained in:
iIronside
2021-11-23 14:58:28 +03:00
parent ae99b9c4df
commit a058b1baa1
11 changed files with 427 additions and 9 deletions

View File

@ -12,6 +12,7 @@
foreach ($projectStatuses as $key => $status) {
$projectItems[] = ['label' => $status, 'icon' => 'user', 'url' => ['/project/project?ProjectSearch[status]=' . $key]];
}
$projectItems[] = ['label' => 'Сотрудники на проектах', 'icon' => 'cubes', 'url' => ['/project/project-user']];
?>
<?= dmstr\widgets\Menu::widget(