Fix: Организация - пользователи и группы

 Добавлен use User и use Group
 exclude_organization_id для поиска пользователей
 Исключение пользователей из текущей организации

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
mirivlad
2026-04-01 08:35:38 +08:00
co-authored by Qwen-Coder
parent de64be24eb
commit 21a836ef4d
3 changed files with 15 additions and 4 deletions
@@ -134,11 +134,11 @@
<div class="modal-body">
<x-tags-input
name="user_ids"
url="{{ route('api.users.search') }}"
placeholder="Начните вводить имя (пользователи без организации)..."
url="{{ route('api.users.search', ['exclude_organization_id' => $organization->id]) }}"
placeholder="Начните вводить имя (пользователи без организации или из других организаций)..."
badge_color="success"
/>
<small class="text-muted">Можно добавить пользователей без организации</small>
<small class="text-muted">Можно добавить пользователей без организации или из других организаций</small>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Отмена</button>