-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Major
-
None
-
Affects Version/s: 2.0.2
-
Component/s: Frontend (F), Server (S)
During update from 1.8.10 to 2.0.2, when applying database patch all externalchecks like
"extcheck.sh[$param1]" becomes "extcheck.sh["HOST.CONN",$param1] and its ok.
But when you have check like
extcheck.sh[$param1 $param2 $param3] after upgrade it becomes extcheck["HOST.CONN",$param1 $param2 $param3] and all items becomes unsupported.