From 292712709e63fc5e37c121b9bc8a1ac32772cb50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien?= <43724816+Aurelien30000@users.noreply.github.com> Date: Sat, 7 Aug 2021 16:50:10 +0200 Subject: [PATCH 1/4] =?UTF-8?q?Correction=20d'un=20probl=C3=A8me=20avec=20?= =?UTF-8?q?tinymce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit L'éditeur de texte était placé au mauvais endroit et le script exécuté au chargement de la page renvoyait alors une erreur. Le texte pré-rempli n'était donc pas chargé, ainsi que les skins des joueurs. --- View/Support/admin_ticket.ctp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/View/Support/admin_ticket.ctp b/View/Support/admin_ticket.ctp index c363270..44a892f 100644 --- a/View/Support/admin_ticket.ctp +++ b/View/Support/admin_ticket.ctp @@ -104,7 +104,7 @@ $Support = new SupportController(); ?> Html->script('admin/tinymce/tinymce.min.js') ?> \ No newline at end of file + From 442e8f0918eb17a3a870a6a96bcd5fec31342256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien?= <43724816+Aurelien30000@users.noreply.github.com> Date: Sat, 7 Aug 2021 16:51:06 +0200 Subject: [PATCH 2/4] 1.0.31 --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index dfe6a10..09773ab 100755 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "name": "Support", "author": "Eywek", - "version": "1.0.30", + "version": "1.0.31", "admin_menus": { "Support": { "icon": "fas fa-ticket-alt", From 415db8dfaaeb0c1f8dc895f2612c006ef491fac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien?= <43724816+Aurelien30000@users.noreply.github.com> Date: Sun, 8 Aug 2021 16:50:07 +0200 Subject: [PATCH 3/4] Update admin_ticket.ctp --- View/Support/admin_ticket.ctp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/View/Support/admin_ticket.ctp b/View/Support/admin_ticket.ctp index 44a892f..2d9db13 100644 --- a/View/Support/admin_ticket.ctp +++ b/View/Support/admin_ticket.ctp @@ -104,7 +104,7 @@ $Support = new SupportController(); ?> Html->script('admin/tinymce/tinymce.min.js') ?>