You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are trying to display entity property that was inherited from @MappedSuperclass than label will be displayed from that @MappedSuperclass
For example if we have ContactPhone entity that extends ContactItem entity and ContactItem entity has field 'contact'
than using EntityProperty component we will got ContactItem.contact in label
For example if we have ContactPhone entity that extends ContactItem entity and ContactItem entity has field 'contact'
than using EntityProperty component we will got ContactItem.contact in label
<EntityProperty entityName='project_ContactPhone' propertyName={ 'contcat' } ...
Result:
in messages_ru.properties file we have
I expect :
The text was updated successfully, but these errors were encountered: