Hi, i’m using Jmix 2.3.2-242 with composite projects, but i studio component inspector (Jmix UI) is missing!
I think i identified where’s the problem!
We made some super base view for our concrete view, and we are using view descriptors extension mechanism (for now empty base view descriptor):
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<view xmlns="http://jmix.io/schema/flowui/view"
title="msg://provaDetailView.title"
extends="com/golemsoftware/core/view/basegolem/base-golem-detail-view.xml"
focusComponent="form">
<data>
where base-golem-detail-view.xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<view xmlns="http://jmix.io/schema/flowui/view"
title="msg:///baseGolemDetailView.title">
<layout/>
</view>
removing extends=“com/golemsoftware/core/view/basegolem/base-golem-detail-view.xml” JmixUI and components palette come magically back!
What am i doing wrong extending a xml descriptor?
Hello! Thank you for reporting the issue. I have reproduced the bug and created a new ticket.
1 Like
Hi,
We have temporarily disabled this functionality (see this issue)
Also we have plans to support view extensions (see this issue)
Regards,
Mikhail