From b6eaf573fe0ebaf462ce46fc04ea24b4c0774480 Mon Sep 17 00:00:00 2001
From: Fibinger Ádám <adam.fibinger@wup.hu>
Date: Mon, 06 Apr 2020 18:08:56 +0200
Subject: [PATCH] Új operátorok

---
 templates/admin/modules/team-list-select.twig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/templates/admin/modules/team-list-select.twig b/templates/admin/modules/team-list-select.twig
index f77dd21..bb95594 100644
--- a/templates/admin/modules/team-list-select.twig
+++ b/templates/admin/modules/team-list-select.twig
@@ -1,4 +1,4 @@
-<select class="teamname">
+<select class="teamname" data-target="{{ target }}">
     {% for teamName in teamNames %}
         <option value="{{ teamName }}">{{ teamName }}</option>
     {% endfor %}

--
Gitblit v1.8.0