[
https://issues.apache.org/jira/browse/ISIS-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Keir Haywood resolved ISIS-2785.
---------------------------------------
Resolution: Fixed
> 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: Daniel Keir Haywood
> 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, image-2021-07-09-06-13-12-043.png,
> image-2021-07-09-06-17-19-558.png
>
>
> UPDATE (9th July):
> after Andi's first set of changes, Client at least works:
> !image-2021-07-09-06-12-11-547.png|width=115,height=138!
> However other entities still show "Base Entity":
> !image-2021-07-09-06-13-12-043.png|width=161,height=137!
> for the Instruction class which would seem to have the same inheritance
> hierarchy as Client. Very odd !
> {code:java}
> public class Instruction extends BaseEntityAudit implements
> Comparable<Instruction> { {code}
>
> In addition (this might be a different issue), we don't seem to have a
> tooltip for the icon to navigate to an object in a table:
> !image-2021-07-09-06-17-19-558.png|width=132,height=139!
> __________________________________________________________________________
>
> 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)