Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0 final
-
Fix Version/s: None
-
Component/s: Persistence
-
Labels:
Description
class Face
{ static hasOne = [nose: Nose] }class Nose
{ Face face }Will fail:
==========
def face = new Face()
face.save()
face.nose = new Nose()
face.save(flush: true)
==> This however worked on Grails 1.3.7
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
Graeme Rocher
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Graeme Rocher [ graemerocher ] | |
| Resolution | Duplicate [ 3 ] |
Burt Beckwith
made changes -
| Workflow | Grails2 [ 71047 ] | jira [ 71611 ] |
Burt Beckwith
made changes -
| Workflow | jira [ 71611 ] | Grails2 [ 80212 ] |
Peter Ledbrook
made changes -
| Workflow | Grails2 [ 80212 ] | jira [ 88170 ] |
Peter Ledbrook
made changes -
| Workflow | jira [ 88170 ] | Grails2 [ 96384 ] |