01es
01es
### Description TG relies on reflection for a lot of domain model analysis at runtime (i.e., the entity introspection such as that implemented in `Reflector`, `EntityUtils`, `Finder` and `AnnotationReflector`). Reflection...
### Description At the moment, the file uploading logic in `TgFileProcessingBehavior` relies on a web browser to determine a [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) of the file being uploaded (`file.type`). This, however, has...
### Description TG implements a model-driven Web UI with clearly defined UI building blocks such as Entity Centres, Entity Masters, property editors, etc., which provide means for generating very capable...
### Description TG already supports Server-Side Eventing (SSE), which integrated with server-side reactive extensions to actively push information from the server to client application instances. This issue covers the work...
### Description Currently property actions can be specified as part of an Entity Master definition for any property editor. However, they do not become visible for sub-properties, expressed via dot-expressions....
### Description Issue https://github.com/fieldenms/tg/issues/976 introduced support for restricting nested sessions scoped. However, there are also situation where it would be beneficial to restrict method invocation outside of an active session...
### Description Issue #1944 introduced a change to the search action, causing it to complete all values irrespective of the input when tapped. Based on further usability observations and feedback,...
### Description Original issue: #2044 Further extensive testing of the menu reordering feature, identified several edge case that need to be investigated further and addressed. - [ ] 1. Installed...
### Description Prerequisite: #2067 Column customiser to support the same style of smooth column reordering as for menus in Compound Entity Masters. ### Change Overview ### Expected outcome Improved usability...
### Description Prerequisite: #2067 Similar to #2044, it would be nice to support custom ordering of the Module menu items. Group items should be moving all its sub-items. It should...