On a Employment Contract, I add a field cjm (Coût Journalier Moyen) as a decimal 6,2
The modification is accepted.
The table view disappears and I cannot change anything any longer.
In model/custom/EmployeeContract.php, the line 64 seems wrong (double ’,’) : "startDate"=>"required",,"cjm"=>""
I confirm that after deleting the second coma, everything backs to normal.
Hi,
This is an issue due to incorrect $_fieldsAttributes definition, ending with unexprected comma (,)
We try and fix this and avoid this extra comma, but some may still exists.
NB : next version os screen customization plugin will automatically fix the isse.