entity_browser issue while update from thunder 6 to thunder 7

Created on 16 November 2023, 12 months ago

Problem/Motivation

entity_browser issue while update from thunder 6 to thunder 7

Steps to reproduce

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.

Proposed resolution

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.

🐛 Bug report
Status

Active

Version

7.1

Component

Code

Created by

🇮🇳India Abhinand Gokhala K

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024