From 0902f2c32bea426e5716069a71844732e40b194c Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 12 Mar 2021 18:04:11 +0100 Subject: [PATCH] Update TODO --- application/cmdbabstract.class.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/cmdbabstract.class.inc.php b/application/cmdbabstract.class.inc.php index ce896564ee..5dcf5dce7a 100644 --- a/application/cmdbabstract.class.inc.php +++ b/application/cmdbabstract.class.inc.php @@ -1999,9 +1999,9 @@ JS }); EOF ); - break; + break; - // TODO 3.0.0: Isn't this part obsolete now that we have the activity panel or should we keep it for devs using it in custom extensions? + // TODO 3.0.0: Isn't this part obsolete now that we have the activity panel or should we keep it for devs using it in custom extensions or maybe *transition forms* as a caselog can be MUST_PROMPT? case 'CaseLog': $sInputType = self::ENUM_INPUT_TYPE_HTML_EDITOR; $aStyles = array();