[ 
https://issues.apache.org/jira/browse/ISIS-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373472#comment-17373472
 ] 

ASF subversion and git services commented on ISIS-2785:
-------------------------------------------------------

Commit a63657460e11304b3ff86bac6ec27ec452f451a1 in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=a636574 ]

ISIS-2785: supposed fix for tooltip shows the base class, rather than
concrete

not tested - just guessing

> 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
>
>
> 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)

Reply via email to