Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.0-M5
-
None
Description
UPDATE (9th July):
after Andi's first set of changes, Client at least works:
However other entities still show "Base Entity":
for the Instruction class which would seem to have the same inheritance hierarchy as Client. Very odd !
public class Instruction extends BaseEntityAudit implements Comparable<Instruction> {
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:
__________________________________________________________________________
for example:
The "Base Entity" should instead say "Client.
where
@MappedSuperclass public abstract class BaseEntity { ... }
and:
@MappedSuperclass public abstract class BaseEntityAudit extends BaseEntity { .. }
and:
@javax.persistence.Entity @DomainObject(...) ... public class Client extends BaseEntityAudit implements Comparable<Client> { ... }
Attachments
Attachments
Issue Links
- links to