From 3aef66e08e9ad4370f8c0ce9426e1da5eedebf6a Mon Sep 17 00:00:00 2001 From: ArthurMinfotel Date: Mon, 5 Aug 2024 11:59:19 +0200 Subject: [PATCH] bugfix dropdown results dont loead when selecting sales manager on leaving resources --- templates/leavinginformation.html.twig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/leavinginformation.html.twig b/templates/leavinginformation.html.twig index 2ced57e..2742477 100644 --- a/templates/leavinginformation.html.twig +++ b/templates/leavinginformation.html.twig @@ -63,7 +63,6 @@ __('Sales manager', 'resources'), { 'required': mandatory.users_id is defined, - 'entity': item.fields['entities_id'], 'right': 'all', } ) }} @@ -221,4 +220,4 @@ {{ include('components/form/buttons.html.twig') }} {% endif %} - \ No newline at end of file +