Finish Hotfix-1
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit is unstable

This commit is contained in:
2025-11-25 10:04:56 +01:00

View File

@@ -667,8 +667,8 @@ public class SystemController {
activity.setActivityTypeId("TICKET");
}
if (activity.getParentActivityId() == null)
throw new Exception( "Attenzione, 'parentActivityId' obbligatorio");
// if (activity.getParentActivityId() == null)
// throw new Exception( "Attenzione, 'parentActivityId' obbligatorio");
activity.setActivityDescription(HtmlUtils.htmlUnescape(activity.getActivityDescription()));