You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2021/07/02 11:51:00 UTC

[jira] [Created] (ISIS-2785) Title tooltip shows the base class, rather than concrete

Daniel Keir Haywood created ISIS-2785:
-----------------------------------------

             Summary: Title tooltip shows the base class, rather than concrete
                 Key: ISIS-2785
                 URL: https://issues.apache.org/jira/browse/ISIS-2785
             Project: Isis
          Issue Type: Bug
          Components: Isis Core, Isis Viewer Wicket
    Affects Versions: 2.0.0-M5
            Reporter: Daniel Keir Haywood
             Fix For: 2.0.0-M6
         Attachments: image-2021-07-02-12-48-02-412.png

for example:

!image-2021-07-02-12-48-02-412.png|width=138,height=149!

The "Base Entity" should instead say "Client.

where 
{code:java}
@MappedSuperclass
public abstract class BaseEntity  { ... } {code}
and:
{code:java}
@MappedSuperclass
public abstract class BaseEntityAudit extends BaseEntity { .. } {code}
and:
{code:java}
@javax.persistence.Entity
@DomainObject(...)
...
public class Client extends BaseEntityAudit implements Comparable<Client> { ... } {code}
 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)