Replace Parent not available now in entity screen

Earlier during extending entities, we have to check replace parent. This check box is not available in in 7.0.8/11.

Is that not required?

thanks

Umesh

Hi,

Thanks for reporting the problem.
‘Replace parent’ checkbox is unavailable due to an issue in the new Entity Designer. This will be fixed in the next Studio release.
Unfortunately, until the fix arrived, you need to add @Extends(<ClassName>.class) annotation to your entity manually if you want to replace extended class from the base project.