Replace Entity not found in JMIX Studio. Version problem?

Hi,

I am following indications explained in,

https://docs.jmix.io/jmix/modularity/extension.html

concretely where it states ,

The @ReplaceEntity annotation indicates that this entity must completely replace the parent entity, specified in the annotation value. This annotation is added by Studio if you select the Replace parent checkbox in the entity designer.

But I cannot find that checkbox in the designer. I updated my JMIX Studio plugin and its version I believe it was 1.2.4. So I am able to use Composite Projects, which works great. However I am not being able to attain the afore mentioned.

Any ideas?

Here’s a screenshot of my entity designer screen:

entitydesigner

and as you can see that option is nowhere to see. I try to set the annotation @ReplaceEntity(Document.class) after the @Entity annotation, but as soon as I switch to and back from the designer, the annotation gets deleted.

Don’t know if I am missing something really obvious here…

thanks again.
Regards,
Carlos.

So it effectively was a version problem.

Updated to more recent version and the option showed up in the entity designer window.

Thanks anyway and hope this helps anyone.

Regards,
Carlos.

1 Like

Please note that Studio is backwards compatible with older framework versions, so you can use the latest Studio even if you don’t want to update the framework in your project.