Simon
Simon
is great. However if its a big domain object (such as user with perhaps 20 nullable fields), it would be fantastic to have an option to not display all the...
You can show the id and dateCreated in `` by hard coding the list of fields including the ID field, e.g. `` This is useful, but it is really critical...
The fields documentation says this: ``` // Include id, lastUpdated, dateCreated ``` Firstly, this seems to be a typo. Should it be "[]"? gives a compilation error. does not show...
As BigDecimal with scale of more than 3 is truncated with , etc, as a workaround, we need to override the default display. I have been told that we should...
See issue defined here: [grails/grails-core/issues/11241](https://github.com/grails/grails-core/issues/11241) Basically, if your domain object has a BigDecimal with scale of more than 3, the value gets truncated in etc. I was advised to raise...
Hi, I just tried to build this using "mvn clean install -PautoInstallBundle" but it wont compile. get the following error: [ERROR] Failed to execute goal org.apache.felix:maven-scr-plugin:1.20.0:scr (generate-scr-scrdescriptor) on project osgi-annotation-demo.core:...
### Preflight Checklist * [ x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio-desktop/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [ x] I have searched the issue tracker for a...
When you download the linux installer (currently called standalone), then try to run it, you get the error "no application installed... do you want to search for an application to...
we added an osgi config file like this: { "allowedGroups":[ "groovyAdmin", "admin" ], "emailRecipients":[ "[email protected]" ], "auditDisplayAll":true, "emailEnabled":true } And we can see this is "loaded" onto our cloud instance...
Sorry for this, but once the package is downloaded, what do we do with it? Where does it go (for the cloud version)? Presumably it should be under some specific...