Install Package stop

SuiteCRM 7.2 and 7.3

I developed a basic module using module builder and after export the generated module and import using module loader it stopped at 82%.
See attached picture.

I looked that is missing a value in line 43 file /var/www/html/suitecrm-7.3/modules/ttt_cc/vardefs.php.

$dictionary[‘ttt_cc’] = array(
‘table’=>‘ttt_cc’,
‘audited’=>true,
‘inline_edit’=>,
‘duplicate_merge’=>true,
‘fields’=>array (
),
‘relationships’=>array (
),
‘optimistic_locking’=>true,
‘unified_search’=>true,
);

Any suggestion?

Hi,

Where it says 'inline_edit’=>,

Please change that to ‘inline_edit’=>true,

and do a Quick Repair/Rebuild and Execute any Changes if prompted to.

Regards, John

yes, but this is a system bug or missing configuration?

Hi

It was a bug that has been resolved in the 7.3.1 bugfix release.

Release notes can be found here:
https://suitecrm.com/wiki/index.php/Release_notes_7.3.1#SuiteCRM_7.3.1

Regards, John