01es
01es
### Description If an activatable entity has active dependencies then it cannot be deactivated. This is the essential nature of activatable entities. However, only active entity values can be used...
### Description The current document that provides a high-level overview of the platform from an engineering perspective is way out of date. It is proposed to bring it up to...
### Description The only remaining legacy validation annotations, used in application to setters, are `LeProperty` and `GeProperty`. All current use of these annotations are in application to date properties, representing...
### Description If a user loads a TG-based application with a default URI, such as `https://tgdev.com`, the application should immediately open the last visited view. Such "last visited view" could...
### Description Every persistent entity, extending `AbstractPersistentEntity`, includes information about who/when created it and who/when changed it last. This information needs to be made available to users with the relevant...
### Description In order to support formatted text that could be used as advanced comments and descriptions there is a need to develop a new type `RichText`. The need and...
### Pre-requsites Issue #348 needs to be implemented first. However, basic research of the subject of developing a component for markdown editing and rendering can proceed independently. ### Description It...
### Description - [x] 1. `.critCondition()` API to support meta-models in order to avoid conversions to `String` using `.toPath`, like in the example below: ```Java .critCondition(InventoryBin_.inventory().inventoryPart().key().toPath(), BatchInventoryTransfer_.partCrit().toPath()) ``` - [...
### Description Issue #1835 addressed the problem of multiple `EventSource` instances per web client, running in a single window/tab, by establishing a single EventSource per web client. However, for cases...
### Description Authenticated requests may result in exceptional situations, which do get logged, but without capturing any user information. Having user info could assist in resolving some of the issues...