- Issue created by @Abhinand Gokhala K
entity_browser issue while update from thunder 6 to thunder 7
Upgrade Thunder from version 6 to 7. As a result, we will lose the configuration based on the entity browser. Additionally, the field will be disabled in display mode if it is related to the entity_browser module.
The issue is because of the update hook used in thunder 7.
thunder uninstall those modules
$moduleInstaller->uninstall([
'ckeditor',
'entity_browser',
'entity_browser_entity_form',
'dropzonejs_eb_widget',
]);
but based on the Thunder document, we already added 'entity_browser' module through composer. So we don't need to uninstall those modules.
Active
7.1
Code