Hello Guys
upon deploying a custom module the following happens
PHP Parse error: syntax error,
unexpected ‘,’ in {SiteURL}/modules/{ModuleName}/vardefs.php
$dictionary[’{ModuleName}’] = array(
‘table’=>‘module_name’,
‘audited’=>true,
‘inline_edit’=>, // <-- Malformed Key Value Pair
‘fields’=>array (
…
initial deployment of a custom module has a broken vardef file
removing the malformed line is sufficient to restore the web application
inline editing options can then be defined frontend and saved properly after deployment