It seems to be impossible to set the module label name.
Could you change line 43 in ext_tables.php from:
'labels' => $moduleConfiguration['labels'],
to
'labels' => $moduleConfiguration['labels'] . ':' . $extKey,
?
The module label would then be editable instead of being empty.
It seems to be impossible to set the module label name.
Could you change line 43 in ext_tables.php from:
'labels' => $moduleConfiguration['labels'],to
'labels' => $moduleConfiguration['labels'] . ':' . $extKey,?
The module label would then be editable instead of being empty.