[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 03/09: Bug cannot update description in FOLLO
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 03/09: Bug cannot update description in FOLLOW->event |
Date: |
Sun, 17 Sep 2023 15:06:12 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 546fe2f3f5170195559b8639834c4b86af7d1aff
Author: Dany wm DB <danydb@noalyss.eu>
AuthorDate: Fri Sep 1 18:25:13 2023 +0200
Bug cannot update description in FOLLOW->event
---
include/ajax/ajax_follow_up.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/ajax/ajax_follow_up.php b/include/ajax/ajax_follow_up.php
index 7bce55c0f..5a8b885b9 100644
--- a/include/ajax/ajax_follow_up.php
+++ b/include/ajax/ajax_follow_up.php
@@ -31,7 +31,7 @@ global $g_user;
/*
* Ajax for modifying the description , does not support ITextarea + enrich
text
*
- *
+ */
if ($op=='update_comment_followUp')
{
$input=$http->request('input');
@@ -75,7 +75,7 @@ if ($op=='update_comment_followUp')
}
return;
}
-*/
+
// Modify followup
if ($op == 'followup_comment_oneedit') {
- [Noalyss-commit] [noalyss] branch master updated (b77ac34d8 -> 4bf2ca815), dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 07/09: Comptability PHP8.1, dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 01/09: PHP8.1 deprecated, dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 05/09: Default currency, dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 06/09: correct global g_parameter, dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 02/09: compatibility PHP8.1, dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 08/09: Remove dead code, dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 03/09: Bug cannot update description in FOLLOW->event,
dwm <=
- [Noalyss-commit] [noalyss] 04/09: Merge branch 'patch-230902', dwm, 2023/09/17
- [Noalyss-commit] [noalyss] 09/09: task #2297: Suppression $_REQUEST dossier.class.php, dwm, 2023/09/17