Results 103 issues of 01es

### Description Annotation `@IsProperty` and its member `value` have long been used to capture type arguments of property types. Specifically, the type of elements in a collection: ```java @IsProperty(Details.class) List...

Developer empowerment
Modelling
Simplify

### Description At the moment it is only possible to get a URL for the Attachment Master of the uploaded attachment. However, there are situations there it is required to...

Attachments

### Description Current support for `displayAs` templates support only the first level composite key members. Please refer to the original issue https://github.com/fieldenms/tg/issues/1175. In cases where any of the composite key...

Modelling
UI / UX
P1 - urgent
Property editor
under review

### Description EQL's function `dateOf` gets converted to `DATEADD(dd, DATEDIFF(dd, 0, ), 0)`. Due to the fact that `0` is considered by SQL Server to be of type `datetime`, every...

Defect
P4 - low
EQL internals
SQL Server

### Description Each time an Entity Master is opened, the first editable property is automatically focused unless a preferred property is specified. This behavior applies to both persistent and action...

UI / UX
P3 - normal
Under review

### Description Verification of collectional properties needs to be refined. At present, the verification logic (strict mode) expects for collectional properties to have attribute `IsProperty.linkProperty` either identifiable or specified. However,...

Developer empowerment
P3 - normal
Under review
Model verification

### Description Union entities may have union properties that are of activatable nature. This means that there can be a link (edge) between activatable entity instances via an association of...

Modelling

### Description In order to support distributed databases, including sharding, ID values for entities should become UUIDs. Performance implications (both memory and CPU) need to be considered. Also need to...

Scalability
Discussion needed
Under review

### Description At the moment all calls to methods annotated with `@SessionRequired` execute in the same transaction, which is started by the outer most call in the hierarchy of calls....

Developer empowerment
Discussion needed
Under review

### Description Security tokens need to be introduced for entity `SecurityRoleAssociation` to improve the access granularity for Security Matrix instead of having all or nothing approach. In addition, to extend...

P2 - important
User management
In progress