Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

static embedded classes in domains not working #21

Open
klacia opened this issue Jun 24, 2014 · 1 comment
Open

static embedded classes in domains not working #21

klacia opened this issue Jun 24, 2014 · 1 comment
Labels

Comments

@klacia
Copy link

klacia commented Jun 24, 2014

Cannot fill fields for embedded classes.

example:

class Match{
Score score
static embedded = ['score']
}

class Score {
Integer home
Integer visitor
}

@juanfran juanfran added the bug label Jun 25, 2014
@neoecos
Copy link

neoecos commented Feb 13, 2015

I have a very similar bug, i have a domain Address, also a ContactInformation which has a embedded Address.

The UI is able to show the relationship to address, but does not know it is embedded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants