scaiandre

Results 3 issues of scaiandre

### Steps to Reproduce grails create-app detachedCriteria cd detachedCriteria ./grailsw create-domain-class Author ./grailsw create-domain-class Book ``` class Book { String bookName Author author static constraints = { } } ```...

### Steps to Reproduce grails create-app brokenMixingOfHibernateCriterionWithFormCriteria cd brokenMixingOfHibernateCriterionWithFormCriteria ./grailsw create-domain-class Author ./grailsw create-domain-class Book ``` class Book { String bookName Author author static constraints = { } } ```...

type: bug

Congrats for this great solution! It works very good with my setup! I'm running it now as a Home Assistant ( https://www.home-assistant.io/ ) addon. If you have that, you could...