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/09 05:13:00 UTC

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

     [ https://issues.apache.org/jira/browse/ISIS-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Keir Haywood updated ISIS-2785:
--------------------------------------
    Attachment: image-2021-07-09-06-12-11-547.png

> 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
>            Assignee: Andi Huber
>            Priority: Minor
>             Fix For: 2.0.0-M6
>
>         Attachments: image-2021-07-02-12-48-02-412.png, image-2021-07-09-06-12-11-547.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)