Closed thomaspeugeot closed 1 year ago
Foo has been renamed to Bar
NewDiagram.go file is
"ref_models.Foo.Waldos": (ref_models.Bar{}).Waldos, ... // Declarations of staged instances of Link __Link__000000_Waldos := (&models.Link{Name: `Waldos`}).Stage() //gong:ident [ref_models.Foo.Waldos] __Link__000000_Waldos.Identifier = `ref_models.Foo.Waldos`
Problem:
The Link has disapeared
The Structname is "Foo". It should be "Bar". In fact, Structname is redondant with Identifier. One should see how to get rid of it. Idem for FieldTypeName.
Foo has been renamed to Bar
NewDiagram.go file is
Problem:
The Link has disapeared