Architect - Converting db field to virtual ends with error

Converting a database field to a virtual field end with an error.

Object reference not set to an instance of an object.
------------------------------------------
========================================
 Stack trace
========================================
   at Origam.Schema.AbstractSchemaItem.ConvertTo(Type type)
   at Origam.Workbench.Commands.ConvertSchemaItem.Run()
   at Origam.Workbench.Commands.SchemaItemConvertMenuBuilder.ConvertItem(Object sender, EventArgs e)

@zcapkova Converting how? Can you add a step by step reproduction procerure? Thanks.

  1. open an entity and select an already existing database field or create a new one
  2. right-click on the field and from the menu select Convert To > Virtual Field, this causes the above mentioned error

image

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.