ExcelExport in entity inspector breaks the screen

Hi all,
I was just updating JMix from 1.4 to 1.5.2 and now the entity inspector can’t display any data because of the exception:
ActionType class io.jmix.gridexportui.action.ExcelExportAction is not assignable from class io.jmix.uiexport.action.ExcelExportAction

After a bit of research I found that the ExcelExportAction has moved from one package to the other in 1.5 so do I need to adjust something for the entity inspector to work again?

Thanks in advance!
Oliver

Hello Oliver!

Entity Inspector is a screen from Data Tools add-on, so you don’t have to make any changes in project.

I tried to migrate project from 1.4.4 to 1.5.2 and see no issues. Maybe it is need to clear caches or remove build folder and rebuild the project or perform “Refresh Gradle dependencies”.

Do you see this exception in some new 1.5.2 project?

Thank you for the hint with the new project. We were able to track the error down. We were including a plugin of our own which was on an older JMix version and which brought the uiexport package with it. That was confusing the Entity Inspector quite a bit :slight_smile: