Mendix Modeller 7.23.3 shut down suddenly

0
mendix modeller  shutdown suddenly when we write condition on create variable activity , anyone facing this issue before ? if i type just one quote ‘ in this body , it will suddenly shut down. Can try with any modeler even 8 beta, senario: create microflow, create variable add replaceAll(replaceAll(replaceAll(replaceAll(replaceAll(replaceAll(replaceAll(replaceAll(replaceAll(replaceAll(replaceAll($EmailTemplate/HtmlBody, '#ReqNO#',$PersonnelRequest/RequestNo), '#Approver#','K.'+$Approver1/Approver1FullName), '#LINK#',$Open_EmailLink), '#STATUS#',toString($PersonnelRequest/Status)), '#FullName#',$PersonnelRequest/EmpName+ ' ' + $PersonnelRequest/EmpLastName), '#EmpPosition#', $PersonnelRequest/JobTitle), '#Department#', $PersonnelRequest/Department), '#DateOfLeaving#', $DateOfLeaving), '#DirectReport#', $DirectReport), '#Requester#', $Requester/RequesterFullName), '#Approver2#', $Approver2/FullName) then save, then open again , add ‘ » then the modeler will close  
asked
2 answers
2

I just tried on my machine and I can reproduce it. You should report it as a bug. This really should not happen.

answered
2

If you report this to Mendix to as a bug, they can probably fix it.

An work around is to separate this Create Variable in two or more steps. First a Create Variable, then one or several Change Variables. Distributing the replaceAll-function across them.

answered