mautic-extended-field icon indicating copy to clipboard operation
mautic-extended-field copied to clipboard

The table prefixes duplication during installation of Extended Fields plugin

Open WaldemarOrobanche opened this issue 4 years ago • 0 comments

Mautic: 2.16.0 Extended Fields: 2.15 PHP: 7.1.33

The table prefixes duplication during installation of Extended Fields plugin.

image

We don't need to attach the table prefix in the table declaration of the loadMetadataCommon method, because this is handle by the loadClassMetadata event in the DoctrineEventsSubscriber class.

https://github.com/TheDMSGroup/mautic-extended-field/blob/7ff772bb78ce264d5e3f569fd79e330c834773ea/Entity/ExtendedFieldCommon.php#L65

WaldemarOrobanche avatar Mar 20 '20 12:03 WaldemarOrobanche