openflexo-team / openflexo-core

Openflexo federation infrastructure
2 stars 2 forks source link

AddFlexoConceptInstance from Tabular Perspective does not allow setting parameters. #13

Closed kidrigger closed 9 months ago

kidrigger commented 9 months ago

Noticed Behavior

image

Expected Behavior

The parameters should contain a field for setting the modelResource.

This is a regression from OpenFlexo 2.0.1

kidrigger commented 9 months ago

This is deprecated. Instead, new syntax for constructors should be used.

For anonymous constructor for a model Foo with the form: create(args...) Use new Foo(args...)

For named constructors for model Foo: create: withBar(args...) use new Foo::withBar(args...)